From 170619702e1034adbbf7376b3c60388f2b913d53 Mon Sep 17 00:00:00 2001 From: hyunho Date: Mon, 9 Mar 2020 15:04:28 +0900 Subject: [PATCH] Add missing required package declaration Change-Id: I573d3ffa546c024200332ed4ee0a17885d3a5fc3 Signed-off-by: hyunho --- ambient-viewer/ambient-viewer.pc.in | 1 + watch-holder/watch-holder.pc.in | 1 + 2 files changed, 2 insertions(+) diff --git a/ambient-viewer/ambient-viewer.pc.in b/ambient-viewer/ambient-viewer.pc.in index be7378b..568de8c 100644 --- a/ambient-viewer/ambient-viewer.pc.in +++ b/ambient-viewer/ambient-viewer.pc.in @@ -6,6 +6,7 @@ includedir=@INCLUDEDIR@ Name: ui_app_ambient_viewer Description: Support development of the ambient viewer Version: @VERSION@ +Requires: screen_connector_remote_surface_evas Libs: -L${libdir} -lambient-viewer Cflags: -I${includedir} cppflags: -I${includedir} diff --git a/watch-holder/watch-holder.pc.in b/watch-holder/watch-holder.pc.in index 60d7b1f..89126e7 100644 --- a/watch-holder/watch-holder.pc.in +++ b/watch-holder/watch-holder.pc.in @@ -6,6 +6,7 @@ includedir=@INCLUDEDIR@ Name: watch-holder Description: Support development of the Watch Viewer Version: @VERSION@ +Requires: screen_connector_remote_surface_evas Libs: -L${libdir} -lwatch-holder Cflags: -I${includedir} cppflags: -I${includedir} -- 2.7.4