summaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2023-07-07 10:10:17 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2023-07-07 10:15:16 +0200
commit0ee70c7917b4c4b9b76349d60035daef09d01182 (patch)
tree392b9b3a6b467809f807bf962ddcb5a5531c9857 /wayland
parent15cbc313989738357efac98f29045c56b02a61f3 (diff)
wayland/xwayland: WANTLIB sorting
Diffstat (limited to 'wayland')
-rw-r--r--wayland/xwayland/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/xwayland/Makefile b/wayland/xwayland/Makefile
index 14015c9..ab0ccb0 100644
--- a/wayland/xwayland/Makefile
+++ b/wayland/xwayland/Makefile
@@ -12,7 +12,7 @@ PERMIT_PACKAGE = Yes
# uses pledge()
-WANTLIB = GL Xau Xdmcp Xfont2 xcvt drm gbm kvm pthread c m
+WANTLIB = GL Xau Xdmcp Xfont2 gbm xcvt drm kvm pthread c m
WANTLIB += pixman-1 xshmfence epoxy wayland-client
MASTER_SITES = ${MASTER_SITE_XORG:=xserver/}