diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-03-21 17:13:21 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-03-21 17:13:21 +0900 |
commit | f20ccde32a99794b77dab71cab9b1998389ec529 (patch) | |
tree | 13e663f24f2a6223d8e91df4bbaba9f22a7e164b | |
parent | 3776430fde297f2466112a1aa0f8fa237c476316 (diff) | |
download | building-blocks-f20ccde32a99794b77dab71cab9b1998389ec529.tar.gz building-blocks-f20ccde32a99794b77dab71cab9b1998389ec529.tar.bz2 building-blocks-f20ccde32a99794b77dab71cab9b1998389ec529.zip |
feature-headless / domain-UI: there is no "wayland" package.
Change-Id: I587c5a338dbd2a54727d1827169a879c7d02d1fe
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r-- | packaging/domain-UI.inc | 2 | ||||
-rw-r--r-- | packaging/epicfeature-headless.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/domain-UI.inc b/packaging/domain-UI.inc index e0ee28c..15626e4 100644 --- a/packaging/domain-UI.inc +++ b/packaging/domain-UI.inc @@ -4,7 +4,7 @@ %package root-UI Summary: UI Domain Requires: efl -Requires: wayland +Requires: libwayland-server %description root-UI Tizen UI Domain Root Block %files root-UI diff --git a/packaging/epicfeature-headless.inc b/packaging/epicfeature-headless.inc index 0a6890a..a7205d4 100644 --- a/packaging/epicfeature-headless.inc +++ b/packaging/epicfeature-headless.inc @@ -5,7 +5,7 @@ %package root-feature_Headless Summary: Enable Tizen Headless Device Conflicts: efl -Conflicts: wayland +Conflicts: libwayland-server Conflicts: %{name}-root-feature_Headed # You need to list "Important (commonly-required)" headed-only packages/blocks with Conflicts. Requires: %{name}-sub1-feature_Headless-Minimal |