summaryrefslogtreecommitdiff
path: root/pkg/wayland/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-04-10 11:15:11 -0700
committerMichael Forney <mforney@mforney.org>2018-04-10 12:09:21 -0700
commit48cc199f4d646cd680d84b17e19edc657997fbe6 (patch)
treedaa3883de71bc5bdc3ddc7838b0c1015ed8ef8f5 /pkg/wayland/gen.lua
parent1ac261ef6b5f1a6a18cc24c0ff010dd9da2fe3da (diff)
wayland: Update to 1.15.0
Diffstat (limited to 'pkg/wayland/gen.lua')
-rw-r--r--pkg/wayland/gen.lua7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkg/wayland/gen.lua b/pkg/wayland/gen.lua
index 86dba51f..23311dd0 100644
--- a/pkg/wayland/gen.lua
+++ b/pkg/wayland/gen.lua
@@ -1,5 +1,4 @@
cflags{
- '-I include',
'-I $dir',
'-I $outdir/include',
'-I $srcdir',
@@ -11,9 +10,9 @@ cflags{
build('sed', '$outdir/include/wayland-version.h', '$srcdir/src/wayland-version.h.in', {
expr={
'-e s,@WAYLAND_VERSION_MAJOR@,1,',
- '-e s,@WAYLAND_VERSION_MINOR@,11,',
+ '-e s,@WAYLAND_VERSION_MINOR@,15,',
'-e s,@WAYLAND_VERSION_MICRO@,0,',
- '-e s,@WAYLAND_VERSION@,1.11.0,',
+ '-e s,@WAYLAND_VERSION@,1.15.0,',
},
})
@@ -27,8 +26,6 @@ pkg.hdrs = {
copy('$outdir/include', '$srcdir/src', {
'wayland-client-core.h',
'wayland-client.h',
- 'wayland-egl-core.h',
- 'wayland-egl.h',
'wayland-server-core.h',
'wayland-server.h',
'wayland-util.h',