mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-28 06:59:46 -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
|
|
@ -22,7 +22,7 @@ packages:
|
|||
- x11/xcb-util-errors
|
||||
- x11/xcb-util-renderutil
|
||||
- x11/xcb-util-wm
|
||||
- x11-servers/xwayland
|
||||
- x11-servers/xwayland-devel
|
||||
- sysutils/seatd
|
||||
- gmake
|
||||
- hwdata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue