cegui07: remove boost-python dep

[ci skip]
This commit is contained in:
John 2018-12-14 08:54:56 +01:00 committed by maxice8
parent 0c9f1e9905
commit d190cc0902
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 4 additions and 4 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'cegui07'
pkgname=cegui07
version=0.7.9
revision=6
wrksrc=CEGUI-${version}
revision=7
wrksrc="CEGUI-${version}"
build_style=gnu-configure
configure_args="--disable-samples"
make_build_args="all html"
hostmakedepends="automake dejavu-fonts-ttf doxygen glm graphviz libtool
pkg-config python"
makedepends="boost-devel devil-devel freeimage-devel freetype-devel
fribidi-devel glfw-devel libxml2-devel lua51-devel minizip-devel ois-devel
pcre-devel silly-devel tinyxml-devel toluapp-devel
$(vopt_if irrlicht 'irrlicht-devel')
$(vopt_if python 'python-devel boost-python')"
$(vopt_if python 'python-devel')"
depends="cegui07-data"
make_build_args="all html"
short_desc="Crazy Eddie's Graphical User Interface (0.7.x)"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="MIT"