Hi,

Please see gbs document :
https://source.tizen.org/documentation/reference/git-build-system/usage/gbs-build
https://source.tizen.org/documentation/reference/git-build-system/configuration-file

You don't need specify dependencies, gbs can help to download and install to 
build root for building.

How you get menu-screen source code? the input of gbs should be git repo.

If you can't clone from http://review.tizen.org/gerrit/ , you can download src 
rpm from:

http://download.tizen.org/releases/2.0/tizen-2.0_20130219.4/repos/main/source/org.tizen.menu-screen-1.0.23-1.1.src.rpm

Then use gbs import to create a git repo for menu-screen.

Then config http://download.tizen.org/releases/2.0/tizen-2.0_20130219.4 to 
~/.gbs.conf<http://download.tizen.org/releases/2.0/tizen-2.0_20130219.4%20to%20~/.gbs.conf>

Finally, use "gbs build" to build menu-screen.

Thanks
Qiang



From: [email protected] [mailto:[email protected]] 
On Behalf Of abhishek tejaswi
Sent: Thursday, April 04, 2013 9:39 PM
To: Kok, Auke-jan H
Cc: [email protected]
Subject: Re: [Tizen General] Compile menu-screen using cmake

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]<mailto:[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]<mailto:[email protected]>> wrote:

On Wed, Apr 3, 2013 at 5:08 AM, abhishek tejaswi 
<[email protected]<mailto:[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

Reply via email to