diff --git a/enlightenment.bb b/enlightenment.bb deleted file mode 100644 index 7d4fdf111..000000000 --- a/enlightenment.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "Enlightenment 0.17.0 snapshot release" -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/windowmanager" -PRIORITY = "optional" -DEPENDS = "ecore edje eet embryo evas imlib2 embryo-native edje-native imlib2-native" -PV = "0.16.999.001" -PR = "1" - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack -SRC_URI = "file://./" -S = "${WORKDIR}/e" - -inherit autotools pkgconfig binconfig - -export EET_CONFIG = "${STAGING_BINDIR}/eet-config" -export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config" -export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config" -export EMBRYO_CONFIG = "${STAGING_BINDIR}/embryo-config" -export EDJE_CONFIG = "${STAGING_BINDIR}/edje-config" - -EXTRA_OECONF = "--with-profile=HIRES_PDA \ - --with-edje-cc=/usr/local/bin/edje_cc" - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir}" diff --git a/enlightenment.oe b/enlightenment.oe deleted file mode 100644 index 7d4fdf111..000000000 --- a/enlightenment.oe +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "Enlightenment 0.17.0 snapshot release" -HOMEPAGE = "http://www.enlightenment.org" -MAINTAINER = "Carsten Haitzler (Rasterman) " -SECTION = "e/windowmanager" -PRIORITY = "optional" -DEPENDS = "ecore edje eet embryo evas imlib2 embryo-native edje-native imlib2-native" -PV = "0.16.999.001" -PR = "1" - -do_prepsources () { - make clean distclean || true -} -addtask prepsources after do_fetch before do_unpack -SRC_URI = "file://./" -S = "${WORKDIR}/e" - -inherit autotools pkgconfig binconfig - -export EET_CONFIG = "${STAGING_BINDIR}/eet-config" -export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config" -export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config" -export EMBRYO_CONFIG = "${STAGING_BINDIR}/embryo-config" -export EDJE_CONFIG = "${STAGING_BINDIR}/edje-config" - -EXTRA_OECONF = "--with-profile=HIRES_PDA \ - --with-edje-cc=/usr/local/bin/edje_cc" - -FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir}" diff --git a/src/bin/e_int_gadcon_config.c b/src/bin/e_int_gadcon_config.c index 6ea4f0dd6..11ebf440f 100644 --- a/src/bin/e_int_gadcon_config.c +++ b/src/bin/e_int_gadcon_config.c @@ -310,6 +310,5 @@ _load_selected_gadgets(void *data) } } } - e_widget_ilist_go(oi); }