1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-17 23:13:33 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- configure.ac.orig 2005-05-22 13:07:18.000000000 +0200
+++ configure.ac 2005-05-22 13:12:47.000000000 +0200
@@ -193,7 +193,7 @@
fi
if test "$with_screensaver" != "no"; then
- LDFLAGS="-shared -L/usr/X11R6/lib"
+ LDFLAGS="-L/usr/X11R6/lib"
AC_CHECK_LIB(X11, XFlush,, [with_screensaver=no])
AC_CHECK_LIB(Xext, XextFindDisplay,, [with_screensaver=no])
AC_CHECK_LIB(Xss, XScreenSaverQueryInfo,, [with_screensaver=no])