diff options
Diffstat (limited to 'package/xorg-server/Makefile')
-rw-r--r-- | package/xorg-server/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/xorg-server/Makefile b/package/xorg-server/Makefile index 473b9e93d..6ddb22793 100644 --- a/package/xorg-server/Makefile +++ b/package/xorg-server/Makefile @@ -7,13 +7,13 @@ PKG_NAME:= xorg-server PKG_VERSION:= 1.15.1 PKG_RELEASE:= 1 PKG_MD5SUM:= d6e5444fc33ad737b551cc49061ae704 -PKG_DESCR:= Xorg server +PKG_DESCR:= xorg server PKG_SECTION:= x11/server 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 +PKG_DEPENDS+= libxshmfence libfreetype libfontenc libstdcxx PKG_BUILDDEP:= libX11 randrproto renderproto fixesproto damageproto PKG_BUILDDEP+= scrnsaverproto resourceproto fontsproto videoproto PKG_BUILDDEP+= compositeproto evieext libxkbfile libXfont pixman @@ -21,7 +21,6 @@ PKG_BUILDDEP+= libpciaccess openssl xf86dgaproto recordproto PKG_BUILDDEP+= xineramaproto PKG_URL:= http://www.x.org/ PKG_SITES:= ${MASTER_SITE_XORG} -PKG_NEED_CXX:= 1 PKG_OPTS:= dev DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |