FS#3323 - were there libs removed from Xorg?
Attached to Project:
Arch Linux
Opened by Eugenia Loli-Queru (Eugenia) - Wednesday, 12 October 2005, 02:17 GMT
Opened by Eugenia Loli-Queru (Eugenia) - Wednesday, 12 October 2005, 02:17 GMT
|
Details
Since i upgraded to the newest xorg, I can't compile
gnome-screensaver anymore. Its makefile asks for the
following libraries:
SAVER_LIBS = -lXss -lXinerama -lXxf86vm -lXrandr -lXrender -lXxf86misc and it can't find ANY of them on my system when tries to link at the end! Any ideas? http://ftp.acc.umu.se/pub/GNOME/sources/gnome-screensaver/0.0/gnome-screensaver-0.0.15.tar.gz |
This task depends upon
Comment by Jan de Groot (JGC) -
Wednesday, 12 October 2005, 05:10 GMT
These are located in /usr/X11R6/lib, probably gnome-screensaver
doesn't add -L/usr/X11R6/lib to the LDFLAGS.