Bug fix TIVI-839 ,change the design and permit operation of the music player while...
[profile/ivi/ico-uxf-homescreen.git] / configure.ac
index 4faae62..f8d94ba 100644 (file)
@@ -48,6 +48,12 @@ AUL_LIBS="$AUL_LIBS $AIL_LIBS $BUNDLE_LIBS"
 AC_SUBST(AUL_CFLAGS)
 AC_SUBST(AUL_LIBS)
 
+PKG_CHECK_MODULES([SLPPKGMGR], [pkgmgr])
+SLPPKGMGR_CFLAGS="$SLPPKGMGR_CFLAGS"
+SLPPKGMGR_LIBS="$SLPPKGMGR_LIBS"
+AC_SUBST(SLPPKGMGR_CFLAGS)
+AC_SUBST(SLPPKGMGR_LIBS)
+
 PKG_CHECK_MODULES([WAYLANDCLIENT], [wayland-client])
 PKG_CHECK_MODULES([WAYLANDCURSOR], [wayland-cursor])
 WL_CFLAGS="$WAYLANDCLIENT_CFLAGS $WAYLANDCURSOR_CFLAGS"