From 3c96b991fb3ef9074b50cf75b023f46b361c1b2e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 7 Jun 2013 14:38:00 -0500 Subject: Don't build the GTK2 tools --- debian/control | 11 ----------- tools/Makefile.am | 4 ---- 2 files changed, 15 deletions(-) diff --git a/debian/control b/debian/control index fee7987..3bc0bd7 100644 --- a/debian/control +++ b/debian/control @@ -48,17 +48,6 @@ Description: panel indicator applet - library development files . This package contains files that are needed to build applications. -Package: libindicator-tools -Section: devel -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - libindicator7 (= ${binary:Version}), -Description: Tools for libindicator - Tools useful for developers of applications using indicators. - . - This package contains files that are needed to build applications. - Package: libindicator3-7 Section: libs Architecture: any diff --git a/tools/Makefile.am b/tools/Makefile.am index cefd944..8df5445 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -2,10 +2,6 @@ if USE_GTK3 INDICATOR_LIB = -lindicator3 libexec_PROGRAMS = indicator-loader3 VER=3 -else -VER= -INDICATOR_LIB = -lindicator -libexec_PROGRAMS = indicator-loader endif -- cgit v1.2.3