Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
450
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
6c687c20
Commit
6c687c20
authored
1 year ago
by
Marvin Scholz
Committed by
Steve Lhomme
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
meson: replace deprecated get_pkgconfig_variable method
parent
953ff5b6
No related branches found
Branches containing commit
No related tags found
Loading
Pipeline
#330155
passed with stage
in 16 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/meson.build
+2
-2
2 additions, 2 deletions
modules/meson.build
with
2 additions
and
2 deletions
modules/meson.build
+
2
−
2
View file @
6c687c20
...
...
@@ -53,10 +53,10 @@ if (host_system != 'darwin' and host_system != 'windows') or get_option('xcb').e
if
have_wayland
wayland_scanner
=
find_program
(
wayland_scanner_dep
.
get_
pkgconfig_variable
(
'wayland_scanner'
),
wayland_scanner_dep
.
get_
variable
(
pkgconfig
:
'wayland_scanner'
),
native
:
true
)
wayland_protocols_dir
=
wayland_protocols_dep
.
get_
pkgconfig_variable
(
'pkgdatadir'
)
wayland_protocols_dir
=
wayland_protocols_dep
.
get_
variable
(
pkgconfig
:
'pkgdatadir'
)
endif
else
have_wayland
=
false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment