Capture the previous output from "pkg-config x11" in a static
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 13 Jan 2010 02:08:38 +0000 (02:08 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 13 Jan 2010 02:08:38 +0000 (02:08 +0000)
screen section.  Ubuntu Karmic changed the X11 package config so
it no longer prints a -I option, and this is just an example anyway.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4613 fdb21ef1-2011-0410-befe-b5e4ea1792b1

doc/user/parseconfig.in
doc/user/parseconfig.xml

index e5cc5644c2106c62c798d32326c40e0759885a67..2dbefff10d120422036a85dcff4bd263f6d789d1 100644 (file)
 
  </para>
 
+ <!--
+ This is how we used to generate the screen output below, but
+ as of (at least) Ubuntu Karmic, the pkg-config output for x11
+ no longer reports back an include directory.  Since this is just
+ for example anyway, we're just hard-coding the output.
+
  <scons_output example="ParseConfig1">
     <scons_output_command>scons -Q</scons_output_command>
  </scons_output>
+ -->
+
+ <screen>
+    % <userinput>scons -Q</userinput>
+    ['/lib/compat', '/usr/X11/include']
+    scons: `.' is up to date.
+ </screen>
 
  <para>
 
    </file>
  </scons_example>
 
+ <!--
+ This is how we used to generate the screen output below, but
+ as of (at least) Ubuntu Karmic, the pkg-config output for x11
+ no longer reports back an include directory.  Since this is just
+ for example anyway, we're just hard-coding the output.
+
  <scons_output example="ParseConfig2">
     <scons_output_command>scons -Q</scons_output_command>
  </scons_output>
+ -->
+
+ <screen>
+    % <userinput>scons -Q</userinput>
+    ['/usr/X11/include']
+    scons: `.' is up to date.
+ </screen>
index 46bd4dc0b2240b7fb732c3ea844d68d2865d997e..3613d77c0a630329803bbacfe01b79453d2ba9b6 100644 (file)
 
  </para>
 
+ <!--
+ This is how we used to generate the screen output below, but
+ as of (at least) Ubuntu Karmic, the pkg-config output for x11
+ no longer reports back an include directory.  Since this is just
+ for example anyway, we're just hard-coding the output.
+
+ <scons_output example="ParseConfig1">
+    <scons_output_command>scons -Q</scons_output_command>
+ </scons_output>
+ -->
+
  <screen>
     % <userinput>scons -Q</userinput>
     ['/lib/compat', '/usr/X11/include']
     print env['CPPPATH']
  </programlisting>
 
+ <!--
+ This is how we used to generate the screen output below, but
+ as of (at least) Ubuntu Karmic, the pkg-config output for x11
+ no longer reports back an include directory.  Since this is just
+ for example anyway, we're just hard-coding the output.
+
+ <scons_output example="ParseConfig2">
+    <scons_output_command>scons -Q</scons_output_command>
+ </scons_output>
+ -->
+
  <screen>
     % <userinput>scons -Q</userinput>
     ['/usr/X11/include']