diff options
author | Ossama Othman <ossama.othman@intel.com> | 2013-08-09 13:24:44 -0700 |
---|---|---|
committer | Ossama Othman <ossama.othman@intel.com> | 2013-08-09 13:24:44 -0700 |
commit | 6f7376401afb4d7174f7b7d03e82d6ac7e10d911 (patch) | |
tree | ce8c63c8e55ae37ed9a672307bb1deb9284db30a | |
parent | d6c07c6cc58188a6c913fd5285b716657466caad (diff) | |
download | ico-uxf-weston-plugin-6f7376401afb4d7174f7b7d03e82d6ac7e10d911.tar.gz ico-uxf-weston-plugin-6f7376401afb4d7174f7b7d03e82d6ac7e10d911.tar.bz2 ico-uxf-weston-plugin-6f7376401afb4d7174f7b7d03e82d6ac7e10d911.zip |
Correct package BuildRequires fields to address build errors.
Change-Id: I363ae66466d02830b6dfbf853da75a35bd8602d7
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
-rw-r--r-- | packaging/ico-uxf-weston-plugin.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packaging/ico-uxf-weston-plugin.spec b/packaging/ico-uxf-weston-plugin.spec index f9db9b4..6fd12f9 100644 --- a/packaging/ico-uxf-weston-plugin.spec +++ b/packaging/ico-uxf-weston-plugin.spec @@ -16,9 +16,8 @@ BuildRequires: pkgconfig(eina) BuildRequires: pkgconfig(elementary) BuildRequires: pkgconfig(ecore-wayland) BuildRequires: mesa-devel -BuildRequires: aul-devel -BuildRequires: ecore-devel -BuildRequires: weston-devel >= 1.2 +BuildRequires: pkgconfig(aul) +BuildRequires: pkgconfig(ecore) Requires: weston >= 1.2 %description |