From f76d6929809fd77a0f0963e1e1eca52a98a17c38 Mon Sep 17 00:00:00 2001 From: kyak Date: Sat, 7 Apr 2012 15:25:48 +0400 Subject: [PATCH] mplayer: get rid of X11 runtime dependency Apparantely, it was gif89a output that pulled that libX* dependency. Had to remove X11 headers and libs from staging_dir to figure out. Also disabled other X-related things (they don't seems to affect, but just to be sure). --- mplayer/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mplayer/Makefile b/mplayer/Makefile index a6a4e83..427ff56 100644 --- a/mplayer/Makefile +++ b/mplayer/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=MPlayer PKG_REV:=33341 FFMPEG_REV:=3b6bbfa0631d237f2bbc85a7b43907733bea1e82 PKG_VERSION:=r$(PKG_REV) -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE=$(PKG_NAME)-$(PKG_VERSION).tar.gz FFMPEG_SOURCE_URL:=git://git.videolan.org/ffmpeg.git @@ -74,6 +74,10 @@ CONFIGURE_ARGS := --target=mips \ --confdir=/etc/mplayer \ --enable-menu \ --disable-x11 \ + --disable-xmga \ + --disable-xshape \ + --disable-xinerama \ + --disable-gif \ --disable-xv \ --disable-vm \ --disable-vdpau \