diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-04 12:56:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-04 15:11:38 +0200 |
commit | 3344c4b85b3ec13f9c88478f5f3a98f2d1a3efd0 (patch) | |
tree | 197b1e66c5a3d8fda59cb9ec6ac4d1379fe26591 /package/xorg-server | |
parent | 20f97866b1fc127072d10547c3c29f0a1af90757 (diff) |
fix runtime depends
Diffstat (limited to 'package/xorg-server')
-rw-r--r-- | package/xorg-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/xorg-server/Makefile b/package/xorg-server/Makefile index 40865e491..cd302c37b 100644 --- a/package/xorg-server/Makefile +++ b/package/xorg-server/Makefile @@ -13,7 +13,7 @@ PKG_DEPENDS:= libopenssl libxfont pixman libpciaccess libxkbfile PKG_DEPENDS+= libfontenc xkeyboard-config xkbcomp libxau libxaw PKG_DEPENDS+= libxmu libxpm libxrender libxt libxxf86dga libxext PKG_DEPENDS+= libxdmcp libxv libsm libice libx11 libxcb librt -PKG_DEPENDS+= libxshmfence libfreetype libfontenc libstdcxx +PKG_DEPENDS+= libxshmfence libfreetype libfontenc libstdcxx libpciaccess PKG_BUILDDEP:= libX11 randrproto renderproto fixesproto damageproto PKG_BUILDDEP+= scrnsaverproto resourceproto fontsproto videoproto PKG_BUILDDEP+= compositeproto evieext libxkbfile libXfont pixman @@ -25,7 +25,7 @@ PKG_OPTS:= dev DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz -PKG_CFLINE_XORG_SERVER:=depends on ADK_TARGET_WITH_VGA +PKG_CFLINE_XORG_SERVER:=depends on ADK_TARGET_WITH_VGA || ADK_TARGET_QEMU_WITH_GRAPHIC PKG_ARCH_DEPENDS:= !m68k PKG_FLAVOURS_XORG_SERVER:= WITH_DRI WITH_KDRIVE |