projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a92e4f9
)
package/wlroots: check for BR2_PACKAGE_SEATD
author
Adrian Perez de Castro
<aperez@igalia.com>
Thu, 27 May 2021 13:37:52 +0000
(16:37 +0300)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Thu, 27 May 2021 15:30:03 +0000
(17:30 +0200)
Fix the wlroots packaging by checking for the correct variable to
determine whether seatd is being built.
Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/wlroots/wlroots.mk
patch
|
blob
|
history
diff --git
a/package/wlroots/wlroots.mk
b/package/wlroots/wlroots.mk
index 38ddba743daa7a2cfc0c3b7df5ab827bf983f8c9..0696d037df27cc7b5fe12e96ad4915831dd8daaa 100644
(file)
--- a/
package/wlroots/wlroots.mk
+++ b/
package/wlroots/wlroots.mk
@@
-46,7
+46,7
@@
else
WLROOTS_CONF_OPTS += -Dx11-backend=disabled -Dxwayland=disabled
endif
-ifeq ($(BR2_PACKAGE_SEATD
_LIBSEAT
),y)
+ifeq ($(BR2_PACKAGE_SEATD),y)
WLROOTS_CONF_OPTS += -Dlibseat=enabled
WLROOTS_DEPENDENCIES += seatd
else