aports/main/parole/libx11.patch
Natanael Copa 0d6423e739 main/parole: build fix
needs to link to -lX11
2011-12-28 07:33:24 +00:00

12 lines
268 B
Diff

--- ./src/Makefile.in.orig
+++ ./src/Makefile.in
@@ -412,7 +412,7 @@
$(LIBXFCE4GUI_LIBS) \
$(GST_VIDEO_LIBS) \
$(GST_INTERFACES_LIBS) \
- $(TAGLIBC_LIBS)
+ $(TAGLIBC_LIBS) -lX11
parole_glib_enum_headers = \
parole-conf.h \