build: Remove -DUSE_E_CONFIG_H from cflags 61/325361/1
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 29 Apr 2025 07:50:17 +0000 (16:50 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 10 Jun 2025 00:44:49 +0000 (09:44 +0900)
Change-Id: Ia7b6e6f9bbd37b8b53744b9feac5426dc77bf4a5

meson.build

index c4d59de78cad52bb699cc8a5be002129ce9c4c71..8b43d08c869bbc506d1ff7a04f37ad4a423e5892 100644 (file)
@@ -107,7 +107,6 @@ dep_egl = dependency('egl', required: true)
 dep_udev = dependency('libudev', required: true)
 
 e_cflags= [
-  '-DUSE_E_CONFIG_H',
   '-D_F_ZONE_WINDOW_ROTATION_',
   '-D_F_E_VIRTUAL_KEYBOARD_TYPE_',
   '-D_F_E_CLIENT_NEW_CLIENT_POST_HOOK_',
@@ -118,7 +117,6 @@ e_cflags= [
 ]
 
 e_configflags=[
-  '-DUSE_E_CONFIG_',
   '-D_F_ZONE_WINDOW_ROTATION_',
   '-D_F_E_VIRTUAL_KEYBOARD_TYPE_',
   '-D_F_E_CLIENT_NEW_CLIENT_POST_HOOK_',