mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
Add currently failing build for frontend
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
if get_option('with-frontend') == true
|
||||
dep_gtk3 = dependency('gtk+-3.0', version: '>= 3.4.0')
|
||||
|
||||
frontend_sources = [
|
||||
'main.c',
|
||||
]
|
||||
|
||||
frontend = executable(
|
||||
'lsi-settings',
|
||||
sources: frontend_sources + nica_sources,
|
||||
include_directories: nica_includes,
|
||||
dependencies: [
|
||||
dep_gtk3,
|
||||
],
|
||||
install: true,
|
||||
)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user