Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #21 from smcv/specify-glib-version
Browse files Browse the repository at this point in the history
build: Target a specific GLib API version
  • Loading branch information
brummer10 committed Oct 22, 2021
2 parents 270d677 + 26f06c0 commit 2a855b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -14,6 +14,8 @@
NAME = gxtuner
LIBS = `pkg-config --libs jack gtk+-3.0 gthread-2.0 fftw3f x11` -lzita-resampler
CFLAGS += -Wall -ffast-math `pkg-config --cflags jack gtk+-3.0 gthread-2.0 fftw3f`
CFLAGS += -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_54
CFLAGS += -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_54
OBJS = resources.o jacktuner.o gxtuner.o cmdparser.o gx_pitch_tracker.o gtkknob.o \
paintbox.o tuner.o deskpager.o main.o
DEBNAME = $(NAME)_$(VER)
Expand Down

0 comments on commit 2a855b0

Please sign in to comment.