mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
Only build frontend and look for GTK if its requested
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
if get_option('with-frontend') == true
|
||||
dep_gtk3 = dependency('gtk+-3.0', version: '>= 3.4.0')
|
||||
endif
|
||||
@@ -16,5 +16,6 @@ nica_includes = [
|
||||
config_h_dir,
|
||||
]
|
||||
|
||||
subdir('frontend')
|
||||
subdir('intercept')
|
||||
subdir('shim')
|
||||
|
||||
Reference in New Issue
Block a user