aboutsummaryrefslogtreecommitdiffstats
path: root/community/mplayer/x11-libs.patch
blob: 4e6f8b5c174c328977280e2e971a0227381ece6c (plain)
1
2
3
4
5
6
7
8
9
10
--- ./configure.orig
+++ ./configure
@@ -4394,6 +4394,7 @@
 if test "$_x11" = yes ; then
   def_x11='#define CONFIG_X11 1'
   vomodules="x11 xover $vomodules"
+  libs_mplayer="$libs_mplayer -lX11 -lXext"
 else
   _x11=no
   def_x11='#undef CONFIG_X11'