From 8d65189861b87c3843633aad1e6dc4ccfae51444 Mon Sep 17 00:00:00 2001 From: Simo Piiroinen Date: Mon, 8 Jun 2020 15:31:24 +0300 Subject: [PATCH] [dsme] Fix include path in dsme-plugin package config file. JB#49564 Use of headers from other dsme development packages requires e.g. #include To avoid conflicts with includes with generic names, make it so that the same is required for dsme-plugin headers, e.g. #include Signed-off-by: Simo Piiroinen --- dsme-plugin.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsme-plugin.pc.in b/dsme-plugin.pc.in index 9ca9aa1..21f07d5 100644 --- a/dsme-plugin.pc.in +++ b/dsme-plugin.pc.in @@ -5,4 +5,4 @@ Name: dsme-plugin-devel Description: Header files for building DSME plugins Version: @VERSION@ Requires: -Cflags: -I${includedir}/dsme-plugin +Cflags: -I${includedir}