Removed unused deb dependencies and activated objective c support on deb builds

This commit is contained in:
Snaipe 2015-11-28 14:36:15 +01:00
parent ba21d658ca
commit 689eee1545

View file

@ -8,12 +8,14 @@ set(CPACK_DEBIAN_BUILD_DEPENDS
cmake
gettext
libpcre3-dev
gcc-4.9
g++-4.9
gobjc-4.9
gobjc
gnustep-devel
)
set(CPACK_DEBIAN_CMAKE_OPTIONS
"-DLANG_OBJC=ON"
)
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/description.txt")
set(CPACK_DEBIAN_PACKAGE_SOURCE_COPY "${CMAKE_SOURCE_DIR}/.cmake/copy-source.sh")