Skip to content

Commit

Permalink
Add native file dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Jan 15, 2024
1 parent ceeac83 commit be8baad
Show file tree
Hide file tree
Showing 17 changed files with 2,603 additions and 2,667 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gearboy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Update OS
run: sudo apt-get update -qq
- name: Install dependencies
run: sudo apt-get install -y libsdl2-dev libglew-dev
run: sudo apt-get install -y libsdl2-dev libglew-dev libgtk-3-dev
- name: make
run: make
working-directory: platforms/linux
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: pkg install -y git gmake pkgconf SDL2 glew lang/gcc
prepare: pkg install -y git gmake pkgconf SDL2 glew lang/gcc gtk3
run: |
cd platforms/bsd
gmake
6 changes: 6 additions & 0 deletions platforms/bsd/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
include ../desktop-shared/Makefile.sources

SOURCES_CXX += $(DESKTOP_SRC_DIR)/nfd/nfd_gtk.cpp
CPPFLAGS += `pkg-config --cflags gtk+-3.0`
LDFLAGS += `pkg-config --libs gtk+-3.0`

include ../desktop-shared/Makefile.common
Loading

0 comments on commit be8baad

Please sign in to comment.