Skip to content

Commit

Permalink
contrib/cage: rebuild with wlroots-0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose authored and q66 committed Mar 12, 2024
1 parent 3382b56 commit a59caff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions contrib/cage/patches/versioned-wlr.patch
@@ -0,0 +1,11 @@
--- a/meson.build
+++ b/meson.build
@@ -35,7 +35,7 @@
)
endif

-wlroots = dependency('wlroots', version: '>= 0.16.0', fallback: ['wlroots', 'wlroots'])
+wlroots = dependency('wlroots-0.16', version: '>= 0.16.0', fallback: ['wlroots', 'wlroots'])
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
wayland_server = dependency('wayland-server')
xkbcommon = dependency('xkbcommon')
4 changes: 2 additions & 2 deletions contrib/cage/template.py
@@ -1,9 +1,9 @@
pkgname = "cage"
pkgver = "0.1.5"
pkgrel = 0
pkgrel = 1
build_style = "meson"
hostmakedepends = ["meson", "pkgconf", "scdoc", "wayland-progs"]
makedepends = ["wayland-protocols", "wlroots-devel"]
makedepends = ["wayland-protocols", "wlroots0.16-devel"]
pkgdesc = "Kiosk compositor for Wayland"
maintainer = "Wesley Moore <wes@wezm.net>"
license = "MIT"
Expand Down

0 comments on commit a59caff

Please sign in to comment.