1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-25 13:51:24 +02:00

Added windowmaker + experimental patch for fixing language icon on titlebar

This commit is contained in:
root
2010-07-18 13:16:44 +02:00
parent 7bc474d009
commit 29608b8072
14 changed files with 906 additions and 2 deletions
@@ -0,0 +1,26 @@
--- configure.ac
+++ configure.ac
@@ -705,17 +705,17 @@
if test "$gif" = yes; then
my_libname=""
- WM_CHECK_LIB(ungif, DGifOpenFileName, [$XLFLAGS $XLIBS])
- if test "x$ac_cv_lib_ungif_DGifOpenFileName" = xyes; then
- my_libname=-lungif
+ WM_CHECK_LIB(gif, DGifOpenFileName, [$XLFLAGS $XLIBS])
+ if test "x$ac_cv_lib_gif_DGifOpenFileName" = xyes; then
+ my_libname=-lgif
fi
dnl
dnl libungif is the same thing as libgif for all practical purposes.
dnl
if test "x$my_libname" = x; then
- WM_CHECK_LIB(gif, DGifOpenFileName, [$XLFLAGS $XLIBS])
- if test "x$ac_cv_lib_gif_DGifOpenFileName" = xyes; then
- my_libname=-lgif
+ WM_CHECK_LIB(ungif, DGifOpenFileName, [$XLFLAGS $XLIBS])
+ if test "x$ac_cv_lib_ungif_DGifOpenFileName" = xyes; then
+ my_libname=-lungif
fi
fi