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:
Tim Allen
2023-06-08 18:51:24 +10:00
committed by Screwtapello
parent 3f93cd4393
commit 2b7bc3b08e
3 changed files with 3 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ endif
ifneq ($(filter $(platform),linux bsd),)
ifeq ($(hiro),)
hiro := gtk2
hiro := gtk3
endif
ifeq ($(hiro),gtk2)