Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libpeas
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
libpeas
Commits
af99d0e3
Commit
af99d0e3
authored
Jan 18, 2020
by
Christian Hergert
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'friemann/libpeas-meson_demos'
parents
11d2f2b7
e7b19f64
Pipeline
#144566
passed with stages
in 7 minutes and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
meson.build
meson.build
+1
-1
peas-demo/meson.build
peas-demo/meson.build
+0
-4
No files found.
meson.build
View file @
af99d0e3
...
...
@@ -206,7 +206,7 @@ if build_gtk_widgetry and not gtk_dep.found()
build_gtk_widgetry = false
endif
build_demos = get_option('
widgetry
')
build_demos = get_option('
demos
')
if build_demos and not build_gtk_widgetry
build_demos = false
endif
...
...
peas-demo/meson.build
View file @
af99d0e3
if get_option('demos')
peas_demo_name = 'peas-demo'
peas_demo_string = '@0@-@1@'.format(peas_demo_name, api_version)
peas_demo_plugins_dir = join_paths(get_option('libdir'), 'peas-demo', 'plugins')
...
...
@@ -25,5 +23,3 @@ executable(
)
subdir('plugins')
endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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