enlightenment: drop inherited patch from Arch.
This commit is contained in:
parent
d742aca6dd
commit
9c22ef4a43
|
@ -1,13 +0,0 @@
|
|||
Index: src/bin/e_main.c
|
||||
===================================================================
|
||||
--- src/bin/e_main.c (revision 78707)
|
||||
+++ src/bin/e_main.c (working copy)
|
||||
@@ -101,7 +101,7 @@
|
||||
static Eina_Bool _e_main_cb_startup_fake_end(void *data __UNUSED__);
|
||||
|
||||
/* local variables */
|
||||
-static Eina_Bool really_know = EINA_FALSE;
|
||||
+static Eina_Bool really_know = EINA_TRUE;
|
||||
static Eina_Bool locked = EINA_FALSE;
|
||||
static Eina_Bool inloop = EINA_FALSE;
|
||||
static jmp_buf x_fatal_buff;
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'enlightenment'
|
||||
pkgname=enlightenment
|
||||
version=0.17.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-pam --disable-device-hal
|
||||
--enable-device-udev --disable-mount-hal --enable-mount-udisks
|
||||
|
|
Loading…
Reference in New Issue