diff options
Diffstat (limited to 'doc/user/parseconfig.xml')
-rw-r--r-- | doc/user/parseconfig.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/user/parseconfig.xml b/doc/user/parseconfig.xml index 46bd4dc..3613d77 100644 --- a/doc/user/parseconfig.xml +++ b/doc/user/parseconfig.xml @@ -76,6 +76,17 @@ </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'] @@ -107,6 +118,17 @@ 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'] |