mirror of
https://aur.archlinux.org/wxwidgets-wayland-perf.git
synced 2024-12-22 08:20:15 +02:00
Drop options=(debug)/options=('debug') from trunk
devtools 20230105-1 enables the debug option by default. A follow-up commit will remove debug from alongside other options.
This commit is contained in:
parent
183921225d
commit
9d67f0ef39
1
PKGBUILD
1
PKGBUILD
@ -11,7 +11,6 @@ license=(custom:wxWindows)
|
|||||||
makedepends=(cmake gst-plugins-base glu webkit2gtk libnotify qt5-base sdl2 libmspack)
|
makedepends=(cmake gst-plugins-base glu webkit2gtk libnotify qt5-base sdl2 libmspack)
|
||||||
source=(https://github.com/wxWidgets/wxWidgets/releases/download/v$pkgver/wxWidgets-$pkgver.tar.bz2)
|
source=(https://github.com/wxWidgets/wxWidgets/releases/download/v$pkgver/wxWidgets-$pkgver.tar.bz2)
|
||||||
sha256sums=('c229976bb413eb88e45cb5dfb68b27890d450149c09b331abd751e7ae0f5fa66')
|
sha256sums=('c229976bb413eb88e45cb5dfb68b27890d450149c09b331abd751e7ae0f5fa66')
|
||||||
options=(debug)
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build-gtk3 -S wxWidgets-$pkgver \
|
cmake -B build-gtk3 -S wxWidgets-$pkgver \
|
||||||
|
Loading…
Reference in New Issue
Block a user