diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-02-08 19:11:21 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-02-12 15:16:37 +0000 |
commit | 90a836bb89144e9e203333bbef85c38d6de7b839 (patch) | |
tree | 26483668c25962bab73ad0b2fba24f8abf34bde5 /ext/Makefile.am | |
parent | ec963e688f205408db4000efba97ab7c0262059d (diff) |
gtk: remove, plugin has moved to -good
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index cbea2e0bd..eeea9fc11 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -88,12 +88,6 @@ else GL_DIR= endif -if USE_GTK3 -GTK3_DIR=gtk -else -GTK3_DIR= -endif - if USE_QT QT_DIR=qt else @@ -437,7 +431,6 @@ SUBDIRS=\ $(DTS_DIR) \ $(RESINDVD_DIR) \ $(GL_DIR) \ - $(GTK3_DIR) \ $(QT_DIR) \ $(FAAC_DIR) \ $(FAAD_DIR) \ @@ -519,7 +512,6 @@ DIST_SUBDIRS = \ daala \ dts \ gl \ - gtk \ qt \ modplug \ mpeg2enc \ |