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
424
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
565b22f4
Commit
565b22f4
authored
2 years ago
by
Liz de Sartiges
Committed by
Steve Lhomme
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
contrib: basu: do not build basu on system that provide either libelogind or libsystemd by default
parent
d9c9482b
No related branches found
No related tags found
Loading
Pipeline
#264752
failed with stages
in 1 hour, 9 minutes, and 23 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/src/basu/rules.mak
+11
-0
11 additions, 0 deletions
contrib/src/basu/rules.mak
with
11 additions
and
0 deletions
contrib/src/basu/rules.mak
+
11
−
0
View file @
565b22f4
...
...
@@ -2,6 +2,10 @@
BASU_VERSION
:=
0.2.0
BASU_URL
:=
http://git.sr.ht/~emersion/basu/refs/download/v
$(
BASU_VERSION
)
/basu-
$(
BASU_VERSION
)
.tar.gz
ifneq
($(call need_pkg,"libelogind"),)
ifneq
($(call need_pkg,"libsystemd"),)
ifdef
HAVE_LINUX
ifndef
HAVE_ANDROID
PKGS
+=
basu
...
...
@@ -14,6 +18,13 @@ PKGS += basu
endif
endif
endif
# libsystemd
endif
# libelogind
ifeq
($(call need_pkg,"basu"),)
PKGS_FOUND
+=
basu
endif
$(TARBALLS)/basu-$(BASU_VERSION).tar.gz
:
$(
call download_pkg,
$(
BASU_URL
)
,basu
)
...
...
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