summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-04-28 17:52:42 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-04-28 17:54:23 +0100
commit5d0b5fe20fbb3fc14e595f7cd37eb3d925da9b57 (patch)
treec28400a33c5191cbcc30cbbc4ad0b34e0418ead9 /data
parent194f1c77b518494d52fc331ca668298101aa1188 (diff)
downloadenlightenment-5d0b5fe20fbb3fc14e595f7cd37eb3d925da9b57.tar.gz
add option to install system.conf like sysactions.conf
Diffstat (limited to 'data')
-rw-r--r--data/etc/meson.build8
1 files changed, 5 insertions, 3 deletions
diff --git a/data/etc/meson.build b/data/etc/meson.build
index 726d29a88d..7d232df199 100644
--- a/data/etc/meson.build
+++ b/data/etc/meson.build
@@ -27,6 +27,8 @@ if get_option('install-enlightenment-menu')
)
endif
-install_data('system.conf',
- install_dir: join_paths(dir_sysconf, 'enlightenment')
- )
+if get_option('install-system')
+ install_data('system.conf',
+ install_dir: join_paths(dir_sysconf, 'enlightenment')
+ )
+endif