mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-03 14:23:18 +02:00
Build bsnes with GTK+3 on Ubuntu and FreeBSD.
The latest version of Ubuntu no longer provides the GTK+2 libs that bsnes requires.
This commit is contained in:
@@ -32,7 +32,7 @@ endif
|
||||
|
||||
ifneq ($(filter $(platform),linux bsd),)
|
||||
ifeq ($(hiro),)
|
||||
hiro := gtk2
|
||||
hiro := gtk3
|
||||
endif
|
||||
|
||||
ifeq ($(hiro),gtk2)
|
||||
|
Reference in New Issue
Block a user