blob: 352ce733326bfc48fa6ba905e4f4799c75b3a25c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Index: configure.ac
===================================================================
--- configure.ac (revision 81738)
+++ configure.ac (working copy)
@@ -9,13 +9,6 @@
AM_PATH_PYTHON([2.6])
EFL_WITH_BIN([edje], [edje-cc], [edje_cc])
-# not strictly needed during compile, but let's force this check
-PKG_PROG_PKG_CONFIG
-PKG_CHECK_MODULES([PY_EFL], [
- python-elementary >= 1.7.0
- python-edbus >= 1.7.0
-])
-
AC_CONFIG_FILES([
Makefile
econnman.spec
|