diff options
Diffstat (limited to 'main/parole/libx11.patch')
-rw-r--r-- | main/parole/libx11.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 \ |