apply FSL license
[apps/home/settings.git] / setting-about / CMakeLists.txt
index dd188a9..e11a085 100755 (executable)
@@ -4,7 +4,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include)
 
 INCLUDE(FindPkgConfig)
-pkg_check_modules(pkgs_about REQUIRED elementary appcore-common appcore-efl drm-service iniparser ui-gadget bundle evas ecore tapi elm-webview ewebkit bluetooth-api)
+pkg_check_modules(pkgs_about REQUIRED elementary appcore-common appcore-efl iniparser ui-gadget bundle evas ecore tapi elm-webview ewebkit bluetooth-api)
 
 FOREACH(flag ${pkgs_about_CFLAGS})
        SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")