-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input/meson.build: add libinput_basic.a
This is the middle ground between libinput_api.a (the raw API) and libinput_glue.a (dependencies on all plugins).
- Loading branch information
1 parent
59f9e0c
commit eafca18
Showing
3 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ playlist_plugins_deps = [ | |
log_dep, | ||
expat_dep, | ||
flac_dep, | ||
input_api_dep, | ||
input_basic_dep, | ||
config_dep, | ||
] | ||
|
||
|