Skip to content
Snippets Groups Projects
Commit 7610cbea authored by tbodt's avatar tbodt
Browse files

Build with libdecor support

parent 71751acb
No related branches found
Tags 0.11.0-1
1 merge request!1Build with libdecor support
......@@ -27,7 +27,7 @@ pkgdesc="run X clients under wayland"
depends=('nettle' 'libepoxy' 'libxfont2' 'pixman'
'xorg-server-common' 'libxcvt' 'mesa'
'libglvnd' 'libxau' 'wayland' 'libdrm' 'libtirpc'
'libei' 'libxshmfence' 'glibc')
'libei' 'libxshmfence' 'libdecor' 'glibc')
makedepends=('meson' 'xorgproto' 'xtrans' 'libxkbfile' 'dbus'
'xorg-font-util' 'wayland-protocols' 'mesa-libgl'
'systemd')
......@@ -50,6 +50,7 @@ build() {
-D xcsecurity=true \
-D dri3=true \
-D glamor=true \
-D libdecor=true \
-D xkb_dir=/usr/share/X11/xkb \
-D xkb_output_dir=/var/lib/xkb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment