mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 14:50:07 -07:00
0fe8bb9c5c
per #200
13 lines
156 B
Bash
Executable File
13 lines
156 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
patch -p1 < wl_drm-optional.patch
|
|
|
|
export DESTDIR="$1"
|
|
|
|
meson setup \
|
|
-Dprefix=/usr \
|
|
output
|
|
|
|
ninja -C output
|
|
ninja -C output install
|