From 463913ae261abc8c2320392b54cbf21d645b6ee4 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 31 Jan 2022 23:42:37 +0000 Subject: [PATCH] enable econnman agin - apparently q66 is wrong --- README | 2 +- configure.ac | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README b/README index 472b0e4..003f857 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ ConnMan User Interface in EFL -*** DOES NOT WORK WITH PYTHON 3 *** +*** You don't NEED this. Enlightenment has all you need day to day *** REQUIREMENTS ============ diff --git a/configure.ac b/configure.ac index 84493a3..575817e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,3 @@ -XXX THIS IS MEANT TO BREAK XXX -XXX you don't need this to control connman from e - it's bonus extra XXX -XXX but peolpe keep going around saying you need econnmanm with e XXX -XXX which you don't so i'mn making it break explicitly - you have to XXX -XXX remove these commands and port econnman to ypthon 3 to make it XXX -XXX work, so to stop that, making people do some work so they know XXX - AC_INIT([econnman], [1.1], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.61]) AC_CONFIG_SRCDIR([configure.ac])