|
Description
|
xscreensaver fails to build on nv_72 with errors such as:
"xscreensaver.c", line 156: cannot find include file: <gconf/gconf-client.h>
"xscreensaver.c", line 1220: warning: implicit function declaration: gconf_client
_get_bool
"xscreensaver.c", line 1220: warning: implicit function declaration: gconf_client
_get_default
Looking in the configure output, we can see that pkg-config failed to find gtk+-2.0 flags:
checking for gtk+-2.0... no
Warning: The "pkg-config" program produces errors. This often causes
detection of the various GTK libraries to malfunction.
The errors are:
> Package x11 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `x11.pc'
> to the PKG_CONFIG_PATH environment variable
> Package 'x11', required by 'cairo', not found
This is caused by 6571762, but we can workaround it in our builds.
|