diff options
| author | Michael Forney <mforney@mforney.org> | 2018-10-22 19:48:30 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-03 01:20:57 -0700 |
| commit | bba4833013ba5eb2f1b9088c5baaba9e091b9902 (patch) | |
| tree | a4236f69df299adb766171706598bf9213b63c32 /pkg/st/gen.lua | |
| parent | 0a7ac4127852e5e13fa3733a4cd35460451181e1 (diff) | |
Update to stable xdg-shell
Since xdg-shell-unstable-5-protocol.c and xdg-shell-protocol.c
define conflicting symbols, this commit updates swc, netsurf, mupdf,
and st all at once.
Diffstat (limited to 'pkg/st/gen.lua')
| -rw-r--r-- | pkg/st/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/st/gen.lua b/pkg/st/gen.lua index 2839e38b..fd28634f 100644 --- a/pkg/st/gen.lua +++ b/pkg/st/gen.lua @@ -22,7 +22,7 @@ exe('st', [[st.c $builddir/pkg/( libxkbcommon/libxkbcommon.a wayland/libwayland-client.a.d wayland/libwayland-cursor.a.d - wayland-protocols/xdg-shell-unstable-v5-protocol.c.o + wayland-protocols/xdg-shell-protocol.c.o wld/libwld.a.d )]]) file('bin/st', '755', '$outdir/st') |
