Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PI2
PI2 View
Commits
dc0043dc
Commit
dc0043dc
authored
Jan 07, 2019
by
Martin Kröning
🦀
Browse files
Generate pkg-config files for pi2-view
parent
895402be
Changes
1
Hide whitespace changes
Inline
Side-by-side
pi2-view/meson.build
View file @
dc0043dc
...
...
@@ -13,6 +13,7 @@ ui_resources = gnome.compile_resources(
'pi2-view-resources'
,
'data/pi2-view.gresource.xml'
,
source_dir
:
'data'
)
pkg
=
import
(
'pkgconfig'
)
gtkmm_dep
=
dependency
(
'gtkmm-3.0'
,
version
:
'>=3.22.2'
)
thread_dep
=
dependency
(
'threads'
)
pi2_view_lib
=
library
(
'pi2-view'
,
[
pi2_view_src
,
ui_resources
],
...
...
@@ -20,6 +21,12 @@ pi2_view_lib = library('pi2-view', [pi2_view_src, ui_resources],
include_directories
:
pi2_view_inc
,
install
:
true
)
pkg
.
generate
(
name
:
'pi2-view'
,
description
:
'Displays maps of the PI2'
,
libraries
:
pi2_view_lib
,
subdirs
:
'pi2-view'
)
install_headers
(
'include/MapAppABI.h'
,
subdir
:
'pi2-view'
)
pi2_view_dep
=
declare_dependency
(
link_with
:
pi2_view_lib
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment