mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-29 06:59:43 -05:00
xwayland: remove find_program() fallback when dep is not found
The dep allows us to check dep variables to discover supported features. With the binary we assume none of the features are supported. If a user forgets to install the pkg-config file (e.g. because it's in a split package) we end up incorrectly disabling all features. Instead let's error out.
This commit is contained in:
parent
037b21647b
commit
1ed5137720
3 changed files with 7 additions and 28 deletions
|
|
@ -15,7 +15,7 @@ packages:
|
|||
- xcb-util-image-dev
|
||||
- xcb-util-renderutil-dev
|
||||
- xcb-util-wm-dev
|
||||
- xwayland
|
||||
- xwayland-dev
|
||||
- libseat-dev
|
||||
- hwdata
|
||||
sources:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue