Revert "[Tizen] Fix vd's aarch64 gbs build issue"
authortscholb <scholb.kim@samsung.com>
Tue, 21 Jun 2022 07:28:06 +0000 (16:28 +0900)
committertscholb <scholb.kim@samsung.com>
Tue, 21 Jun 2022 07:28:06 +0000 (16:28 +0900)
This reverts commit 4d1f41191287ab563703f3123e0963feeba55766.

build/tizen/configure.ac
build/tizen/dali2-csharp-binder.pc.in
packaging/dali-csharp-binder.spec

index 2693c1e..849f8e0 100644 (file)
@@ -113,8 +113,6 @@ AC_SUBST(dataReadWriteDir)
 AC_SUBST(dataReadOnlyDir)
 AC_SUBST(DALI_CSHARP_BINDER_CFLAGS)
 AC_SUBST(DALI_PROFILE_CFLAGS)
-AC_SUBST(LIBDIR)
-AC_SUBST(INCLUDEDIR)
 
 AC_CONFIG_FILES([Makefile])
 AC_CONFIG_FILES([dali2-csharp-binder.pc])
index ff3aa78..6a0964b 100644 (file)
@@ -2,8 +2,8 @@
 
 prefix=@PREFIX@
 exec_prefix=@EXEC_DIR@
-libdir=@LIBDIR@
-includedir=@INCLUDEDIR@
+libdir=@LIB_DIR@
+includedir=@INC_DIR@
 
 Name: DALi C# binder
 Description: DALi C# binder Libaray
index d9a8431..d69c716 100644 (file)
@@ -176,7 +176,7 @@ LDFLAGS+=" -Wl,--rpath=%{_libdir} "
 %if %{with wayland}
 CFLAGS+=" -DWAYLAND"
 CXXFLAGS+=" -DWAYLAND"
-configure_flags="--enable-wayland LIBDIR=%{_libdir} INCLUDEDIR=%{_includedir}"
+configure_flags="--enable-wayland"
 
 # Need Ecore-Wayland2 when Tizen version is 5.x or greater
 %if 0%{?tizen_version_major} >= 5