Skip to content

Commit

Permalink
labwc: new package at git
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Nov 16, 2023
1 parent 23dbc9a commit 3aee80d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions wayland/labwc/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh -e

export DESTDIR="$1"

meson setup \
-Dprefix=/usr \
output

ninja -C output
ninja -C output install
9 changes: 9 additions & 0 deletions wayland/labwc/depends
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cairo
glib
libinput
libxkbcommon
libxml2
meson make
pango
wayland
wlroots
1 change: 1 addition & 0 deletions wayland/labwc/sources
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git+https://github.com/labwc/labwc
1 change: 1 addition & 0 deletions wayland/labwc/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git 1

0 comments on commit 3aee80d

Please sign in to comment.