diff options
Diffstat (limited to 'media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild')
-rw-r--r-- | media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild index 18fa556da19d..18d5bbb54c6b 100644 --- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild +++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/popcornmix/omxplayer.git" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="" +IUSE="X" RDEPEND="dev-libs/libpcre media-fonts/freefont @@ -21,8 +21,12 @@ RDEPEND="dev-libs/libpcre sys-apps/dbus sys-apps/fbset virtual/ffmpeg - x11-apps/xrefresh - x11-apps/xset" + dev-libs/boost + media-libs/freetype:2 + X? ( + x11-apps/xrefresh + x11-apps/xset + )" DEPEND="${RDEPEND} virtual/pkgconfig" |