Remove unused vconf codes 90/156690/2
authorKunhoon Baik <knhoon.baik@samsung.com>
Thu, 19 Oct 2017 11:44:19 +0000 (20:44 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Fri, 20 Oct 2017 08:14:10 +0000 (08:14 +0000)
Change-Id: Ib5e1d27e406183faa7facc86a30245e989fe1976

configure.ac
packaging/initrd-recovery.spec
src/system-recovery/recovery-main.c

index a5631ed..23f1b2c 100644 (file)
@@ -87,7 +87,6 @@ if test "x$enable_recovery_gui" == "xyes"; then
         M4_DEFINES="$M4_DEFINES -DRECOVERY_GUI"
         AC_SUBST([OUR_CFLAGS], "$OUR_CFLAGS -DRECOVERY_GUI")
        PKG_CHECK_MODULES(LIBPNG, [libpng])
-       PKG_CHECK_MODULES(VCONF_INTERNAL_KEYS, [vconf-internal-keys])
        if test "x$with_tdm" != "xno"; then
                PKG_CHECK_MODULES(LIBTDM,
                        [libtdm >= 1.7.0],
index be3047e..2af49b7 100644 (file)
@@ -27,8 +27,6 @@ Group:          System/Utilities
 License:        Apache-2.0
 
 BuildRequires:  pkgconfig(libpng)
-BuildRequires:  pkgconfig(vconf)
-BuildRequires:  pkgconfig(vconf-internal-keys)
 
 Requires:       %{name}-compat = %{version}-%{release}
 Recommends:     %{name}-non_gui = %{version}-%{release}
index bda457e..dd30ce9 100644 (file)
@@ -33,7 +33,6 @@
 #include <sys/types.h>
 #include <sys/reboot.h>
 
-#include <vconf/vconf-keys.h>
 #include <asm-generic/setup.h> // for COMMAND_LINE_SIZE
 
 #include "system-recovery.h"