Skip to content

Commit

Permalink
umbrello: Removing -DBUILD_TESTING=0 from BUILD, this switch defaults…
Browse files Browse the repository at this point in the history
… to off

for default_cmake_build. libxml2 and libxslt are required dependencies, making
it so in DEPENDS. Removing boost optional_depends.
  • Loading branch information
stumbles committed Jul 16, 2016
1 parent 14721fc commit 20c0730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion applications/umbrello/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

. /etc/profile.d/qt5.rc &&

OPTS+=" -DBUILD_TESTING=0 -DBUILD_KF5=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=1" &&
OPTS+=" -DBUILD_KF5=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=1" &&

default_cmake_build
6 changes: 2 additions & 4 deletions applications/umbrello/DEPENDS
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
depends libxslt
depends libxml2
depends hicolor-icon-theme
depends kinit
depends ktexteditor
depends extra-cmake-modules
depends kdoctools

optional_depends "libxslt" "-DWITH_LibXslt=ON" "-DWITH_LibXslt=OFF" "For xslt support"
optional_depends "libxml2" "-DWITH_LibXml2=ON" "-DWITH_LibXml2=OFF" "For xml support"
optional_depends "boost" "-DWITH_Boost=ON" "-DWITH_Boost=OFF" "For boost support"

0 comments on commit 20c0730

Please sign in to comment.