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 a5631ed19c66a0b28e9ff54071baebed7709533e..23f1b2c213c332ff095a69b06c0aed822a4b6004 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 be3047ed01dbb519382e54050e37302b0d44cc62..2af49b7cf368f9072aa823e499389254b618d321 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 bda457e57fd03bda477d01164281384a62c4b568..dd30ce9ae48d8304f9b7bb97e7ae1de83d4eb00e 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"