Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WillPower3309 committed Jul 21, 2024
1 parent 4aabacd commit de39ace
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion aur/scenefx/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pkgbase = scenefx
depends = libdrm
depends = libglvnd
depends = libpixman-1.so
depends = libwlroots.so=12
depends = wayland
depends = wlroots0.17
provides = libscenefx.so
Expand Down
2 changes: 1 addition & 1 deletion aur/scenefx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ depends=(
"libdrm"
"libglvnd"
"libpixman-1.so"
"libwlroots.so=12"
"wayland"
"wlroots0.17"
)
Expand All @@ -31,6 +30,7 @@ source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/$pkgver.tar.gz")
sha512sums=("SKIP")

build() {
export PKG_CONFIG_PATH='/usr/lib/wlroots0.17/pkgconfig'
arch-meson -Dwerror=false "${_pkgname}-${pkgver}" build
meson compile -C build
}
Expand Down
1 change: 0 additions & 1 deletion aur/swayfx/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pkgbase = swayfx
depends = libjson-c.so
depends = libudev.so
depends = libwayland-server.so
depends = libwlroots.so=12
depends = libxcb
depends = libxkbcommon.so
depends = pango
Expand Down
2 changes: 1 addition & 1 deletion aur/swayfx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ depends=(
"libjson-c.so"
"libudev.so"
"libwayland-server.so"
"libwlroots.so=12"
"libxcb"
"libxkbcommon.so"
"pango"
Expand Down Expand Up @@ -58,6 +57,7 @@ options=(debug)
install=sway.install

build() {
export PKG_CONFIG_PATH='/usr/lib/wlroots0.17/pkgconfig'
arch-meson \
-Dwerror=false \
-Dsd-bus-provider=libsystemd \
Expand Down

0 comments on commit de39ace

Please sign in to comment.