diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-03-10 18:36:50 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2024-03-28 15:13:46 +0000 |
commit | bf94b5f4d80f9bdcc70d929664d935b56c324c85 (patch) | |
tree | 9e52bc5d5853c9959d8f16060f394588e2138f0d /CMakeLists.txt | |
parent | bb0a8ec627425405bae2c4289c14ef12ca525e86 (diff) | |
download | tde-style-ia-ora-bf94b5f4d80f9bdcc70d929664d935b56c324c85.tar.gz tde-style-ia-ora-bf94b5f4d80f9bdcc70d929664d935b56c324c85.zip |
Added GTK+2.0 engine
Ia Ora was created by Mandriva so that Qt and GTK applications could have a uniform
look. It only seems fair to include the GTK style with the TDE style.
Source: https://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/cauldron/SRPMS/core/release/ia_ora-gnome-1.0.25-12.mga9.src.rpm
Licence: GNU GPL v2 or later
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fe2acac..6d75449 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,7 @@ option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" option( BUILD_ALL "Build all" ON ) option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} ) +option( BUILD_GTK_ENGINE "Build GTK+2.0 engine" ${BUILD_ALL} ) ##### configure checks |