diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-02-13 01:49:54 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-02-13 01:49:54 +0100 |
commit | 18b25ce7594f3e631ec461f49aef3f91be48896b (patch) | |
tree | 0ec7e51d9ca0979821bdd6a631406851b0f03cf1 /dilos/core/tdeartwork/debian/rules | |
parent | d62d75322a6b518b8541a647d0593eca66dd3b03 (diff) | |
download | tde-packaging-18b25ce7594f3e631ec461f49aef3f91be48896b.tar.gz tde-packaging-18b25ce7594f3e631ec461f49aef3f91be48896b.zip |
DEB tdeartwork: Install desktop files of xscreensavers with merged translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'dilos/core/tdeartwork/debian/rules')
-rwxr-xr-x | dilos/core/tdeartwork/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dilos/core/tdeartwork/debian/rules b/dilos/core/tdeartwork/debian/rules index 5d2605563..9ab3bb10e 100755 --- a/dilos/core/tdeartwork/debian/rules +++ b/dilos/core/tdeartwork/debian/rules @@ -22,6 +22,8 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DCMAKE_VERBOSE_MAKEFILE="ON" \ -DCMAKE_SKIP_RPATH="OFF" \ -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" \ + -DWITH_ALL_INCLUDED_XSCREENSAVERS="ON" \ -DWITH_ARTS="ON" \ -DCMAKE_C_COMPILER=gcc \ -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" |