~sil2100/indicator-appmenu/indicator-appmenu-qt5

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Tarmac
  • Author(s): Ted Gould
  • Date: 2013-02-19 17:55:05 UTC
  • mfrom: (216.1.15 hudectomy)
  • Revision ID: tarmac-20130219175505-jjynbyonwdf8ui8p
Remove the HUD files from indicator-appmenu.

Approved by PS Jenkins bot, Mathieu Trudel-Lapierre, Charles Kerr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
AC_SUBST(INDICATOR_LIBS)
77
77
 
78
78
###########################
79
 
# Dependencies
80
 
###########################
81
 
 
82
 
DBUSMENU_GLIB_REQUIRED_VERSION=0.4.0
83
 
BAMF_REQUIRED_VERSION=0.2.53
84
 
SQLITE_REQUIRED_VERSION=0.0
85
 
 
86
 
PKG_CHECK_MODULES([HUD],[
87
 
                dbusmenu-glib-0.4 >= $DBUSMENU_GLIB_REQUIRED_VERSION
88
 
                gio-2.0 >= $GIO_REQUIRED_VERSION
89
 
                libbamf3
90
 
                sqlite3 >= $SQLITE_REQUIRED_VERSION
91
 
])
92
 
 
93
 
PKG_CHECK_MODULES([HUD_CLIENT],[
94
 
                gio-unix-2.0 >= $GIO_REQUIRED_VERSION
95
 
                gtk+-3.0 >= $GTK_REQUIRED_VERSION
96
 
])
97
 
 
98
 
###########################
99
79
# CLI Dependencies
100
80
###########################
101
81
 
233
213
data/Makefile
234
214
tools/Makefile
235
215
po/Makefile.in
236
 
tools-vala/Makefile
237
216
tests/Makefile
238
217
tests/manual/Makefile
239
 
docs/Makefile
240
 
docs/man/Makefile
241
 
docs/devel/Makefile
242
218
])
243
219
 
244
220
###########################