From 0d6423e739d38e6c53f8e3a95a61a3bfdbf91adc Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 28 Dec 2011 07:32:51 +0000 Subject: main/parole: build fix needs to link to -lX11 --- main/parole/libx11.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/parole/libx11.patch (limited to 'main/parole/libx11.patch') diff --git a/main/parole/libx11.patch b/main/parole/libx11.patch new file mode 100644 index 0000000000..4575551a63 --- /dev/null +++ b/main/parole/libx11.patch @@ -0,0 +1,11 @@ +--- ./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 \ -- cgit v1.2.3