From 2fe094a59c4b6953c0462a4d5f69e164eb5f1d35 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 26 Nov 2018 09:17:04 -0800 Subject: libqtappfw: pkg-config: add Qt5WebSockets to required Add Qt5WebSockets to Required define in qtappfw.pc.in to allowing linking applications to get proper dependencies. Change-Id: I728f2f9ae54f22aa3ebc4e861005eab1691da9a7 Signed-off-by: Matt Ranostay --- qtappfw.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/qtappfw.pc.in b/qtappfw.pc.in index 8c015d9..171dad8 100644 --- a/qtappfw.pc.in +++ b/qtappfw.pc.in @@ -7,5 +7,6 @@ Name: qtappfw Description: Library wrapping AGL AppFW messages and bindings in Qt objects Version: 1.0.0 +Requires: Qt5WebSockets Libs: -L${libdir} @PRIVATE_LIBS@ Cflags: -I${includedir}/qtappfw -- cgit 1.2.3-korg