diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-02-12 15:44:35 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-02-12 15:44:51 +0000 |
commit | 16a70b58a6edd5927299406494544b5199e2e240 (patch) | |
tree | 94d117a011ddfd76a49dcbb22f687b4cd670e0c7 | |
parent | bbf0409e298c19a53a9b2f7f5b285f2611890cca (diff) |
configure: fix build with --disable-external
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index cf19d36c5..d88823918 100644 --- a/configure.ac +++ b/configure.ac @@ -990,6 +990,8 @@ AM_CONDITIONAL(USE_DIRECTSOUND, false) AM_CONDITIONAL(USE_DV1394, false) AM_CONDITIONAL(USE_FLAC, false) AM_CONDITIONAL(USE_GDK_PIXBUF, false) +AM_CONDITIONAL(USE_GTK3, false) +AM_CONDITIONAL(USE_GTK3_GL, false) AM_CONDITIONAL(USE_JACK, false) AM_CONDITIONAL(USE_JPEG, false) AM_CONDITIONAL(USE_LAME, false) |