Updated Makefile

This commit is contained in:
Ethan Smith-Coss 2024-06-20 22:29:51 +01:00
parent 33359b514a
commit fda034074a
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -106,8 +106,8 @@ $(__Hyprpaper): $(__Hyprlang)
-j`nproc 2>/dev/null || getconf _NPROCESSORS_CONF` -j`nproc 2>/dev/null || getconf _NPROCESSORS_CONF`
# Build wl-clipboard if it's not installed on the system # Build wl-clipboard if it's not installed on the system
__Wl_clipboard = wl-clipboard/build/src/$(wildcard wl-*) __Wl_clipboard = wl-clipboard/build/src/
$(__Wl_clipboard): $(__Wl_clipboard)/wl-copy $(__Wl-clipboard)/wl-paste:
cd wl-clipboard && $(MESON) setup --prefix=/usr build cd wl-clipboard && $(MESON) setup --prefix=/usr build
ninja -C wl-clipboard/build ninja -C wl-clipboard/build