make econnman not build out of the box - broken on py3 and not needed

master
Carsten Haitzler 1 year ago
parent 18e7be6bf8
commit 27e1311a80
  1. 2
      README
  2. 7
      configure.ac

@ -1,5 +1,7 @@
ConnMan User Interface in EFL
*** DOES NOT WORK WITH PYTHON 3 ***
REQUIREMENTS
============

@ -1,3 +1,10 @@
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])

Loading…
Cancel
Save