1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 20:55:19 +03:00
aports/community/mplayer/x11-libs.patch
2016-02-19 11:22:22 +00:00

10 lines
252 B
Diff

--- ./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'