summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorThomas Orgis2021-01-12 19:00:25 +0100
committerThomas Orgis2021-01-12 19:00:25 +0100
commit1ad5a0d308801b2620367479fa6fd3de4b7bd020 (patch)
treeacd86b3b3c768ea1f5fa7de75886596d2b97ed7c /video
parent1cd7ecefdd190897420086fdda02c56ca30b46e9 (diff)
mplayer: fix X11 linkage, build only
Diffstat (limited to 'video')
-rwxr-xr-xvideo/mplayer/DEPENDS3
-rw-r--r--video/mplayer/HISTORY3
2 files changed, 5 insertions, 1 deletions
diff --git a/video/mplayer/DEPENDS b/video/mplayer/DEPENDS
index d66633d93c..b2146a9df0 100755
--- a/video/mplayer/DEPENDS
+++ b/video/mplayer/DEPENDS
@@ -70,7 +70,8 @@ optional_depends pulseaudio "" "--disable-pulse" "for pulseaudio audio output"
# video devices
optional_depends svgalib "" "--disable-svga" "for svgalib video output" &&
-optional_depends X11-SERVER "--enable-x11" "--disable-x11" "for X11 output support" &&
+# --enable-x11 might break build as it misses tests for -lX11 -lXext
+optional_depends X11-SERVER "" "--disable-x11" "for X11 output support" &&
if is_depends_enabled $SPELL xorg-server; then
depends -sub "DPMS" xorg-server &&
depends libx11 &&
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index eb8cd9bb2c..38af70d943 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,6 @@
+2021-01-12 Thomas Orgis <sobukus@orgis.org>
+ * DEPENDS: avoid --enable-x11 which breaks build here
+
2019-08-28 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: switch dependency from xorg-server to X11-SERVER