You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
470 B
17 lines
470 B
--- imlib-1.9.15.orig/Imlib/Makefile.am
|
|
+++ imlib-1.9.15/Imlib/Makefile.am
|
|
@@ -30,10 +30,10 @@
|
|
save.c \
|
|
snprintf.c
|
|
|
|
-libImlib_la_LDFLAGS = -version-info 10:15:9
|
|
+libImlib_la_LDFLAGS = -version-info 11:0:0
|
|
#libImlib_la_LDDADD = $(SUPPORT_LIBS)
|
|
libImlib_la_LIBADD = $(SUPPORT_LIBS) $(X_PRE_LIBS) \
|
|
- $(X_LIBS) $(X_EXTRA_LIBS)
|
|
+ $(X_LIBS) $(X_EXTRA_LIBS) -lX11
|
|
|
|
DEFS = -DSYSTEM_IMRC=\"$(sysconfdir)/imrc\" \
|
|
-DSYSCONFDIR=\"$(sysconfdir)\"
|
|
|