mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/snes9x: use gtk3
We want avoid use gtk2 when possible because it is no longer developed.
This commit is contained in:
parent
cf81dd1299
commit
0516935d99
@ -2,14 +2,14 @@
|
||||
# Maintainer: Taner Tas <taner76@gmail.com>
|
||||
pkgname=snes9x
|
||||
pkgver=1.56.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Super NES Emulator"
|
||||
url="http://www.snes9x.com"
|
||||
arch="all"
|
||||
license="custom"
|
||||
makedepends="
|
||||
nasm autoconf automake libpng-dev zlib-dev libxml2-dev
|
||||
alsa-lib-dev minizip-dev portaudio-dev gtk+2.0-dev sdl-dev
|
||||
alsa-lib-dev minizip-dev portaudio-dev gtk+3.0-dev sdl-dev
|
||||
libxrandr-dev libepoxy-dev
|
||||
"
|
||||
subpackages="$pkgname-lang $pkgname-doc"
|
||||
@ -41,7 +41,7 @@ build() {
|
||||
--prefix=/usr \
|
||||
--with-netplay \
|
||||
--with-opengl \
|
||||
--with-gtk2 \
|
||||
--with-gtk3 \
|
||||
--without-pulseaudio
|
||||
make
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user