Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
68785053
Unverified
Commit
68785053
authored
Jan 31, 2023
by
Jonas Frei
Committed by
GitHub
Jan 31, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump minimal meson version to 0.59.0, replace 'get_pkgconfig_variable' (#206)
Co-authored-by:
Jonas Frei
<
8ec426b4-7173-428a-a6dc-3c520b45b0e2@wwsxrfc8.anonaddy.com
>
parent
7e21a29c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
meson.build
meson.build
+3
-3
No files found.
meson.build
View file @
68785053
project('sway-notificaton-center', ['c', 'vala'],
version: '0.7.3',
meson_version: '>= 0.5
0
.0',
meson_version: '>= 0.5
9
.0',
default_options: [ 'warning_level=2' ],
)
...
...
@@ -30,7 +30,7 @@ configure_file(
systemd = dependency('systemd', required: false)
if get_option('systemd-service')
if systemd.found()
systemd_service_install_dir = systemd.get_
pkgconfig_variable(
'systemduserunitdir')
systemd_service_install_dir = systemd.get_
variable(pkgconfig :
'systemduserunitdir')
else
systemd_service_install_dir = join_paths(libdir, 'systemd', 'user')
endif
...
...
@@ -98,7 +98,7 @@ endif
if get_option('man-pages')
scdoc = dependency('scdoc', version: '>=1.9.2', native: true, required: true)
if scdoc.found()
scdoc_prog = find_program(scdoc.get_
pkgconfig_variable(
'scdoc'), native: true)
scdoc_prog = find_program(scdoc.get_
variable(pkgconfig :
'scdoc'), native: true)
mandir = get_option('mandir')
man_files = [
...
...
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