Can anybody help me as to how to specify the dependency of rpm packages path in CMakeLists.txt? I get following error when I do *cmake <src path>
-- package 'ail' not found -- package 'aul' not found -- package 'bundle' not found -- package 'capi-appfw-application' not found -- package 'dlog' not found -- package 'ecore' not found -- package 'ecore-evas' not found -- package 'ecore-file' not found -- package 'ecore-imf' not found -- package 'ecore-input' not found -- package 'ecore-x' not found -- package 'edje' not found -- package 'eet' not found -- package 'eina' not found -- package 'elementary' not found -- package 'evas' not found -- package 'heynoti' not found -- package 'pkgmgr' not found -- package 'sysman' not found -- package 'syspopup-caller' not found -- package 'utilX' not found CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal) CMakeLists.txt:16 (pkg_check_modules) -- Configuring incomplete, errors occurred! * *Thanks * On Thu, Apr 4, 2013 at 2:46 PM, abhishek tejaswi <[email protected] > wrote: > Thanks Auke-Jan for the response. > > I gone through the documentation of cmake. No where I saw any details > related to gbs build. I made changes in CMakefiles directory files for > compiler option, path etc. How can I build it using gbs and where to > specify the rpm package dependencies? > > > Thanks > > > On Thu, Apr 4, 2013 at 12:05 AM, Kok, Auke-jan H <[email protected] > > wrote: > >> >> >> On Wed, Apr 3, 2013 at 5:08 AM, abhishek tejaswi < >> [email protected]> wrote: >> >>> Hi all, >>> I want to make ui related resolution changes in menu-screen source code. >>> It uses CMAKE to compile the code. Can anyone tell how do I compile the >>> source using cmake and create rpm package to install? >>> >> >> CMAKE is an upstream project, and you should be able to find all the >> documentation on http://www.cmake.org/. >> >> Most likely, you should be looking into using gbs to compile and build >> rpms. >> >> Cheers, >> >> >> Auke >> >> > >
_______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
