Only build frontend and look for GTK if its requested

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-10-10 22:44:02 +01:00
parent 54c685bb1a
commit 00e78f705e
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
if get_option('with-frontend') == true
dep_gtk3 = dependency('gtk+-3.0', version: '>= 3.4.0')
endif
+1
View File
@@ -16,5 +16,6 @@ nica_includes = [
config_h_dir,
]
subdir('frontend')
subdir('intercept')
subdir('shim')