Skip to content

Commit

Permalink
[dsme] Fix include path in dsme-plugin package config file. JB#49564
Browse files Browse the repository at this point in the history
Use of headers from other dsme development packages requires e.g.

  #include <dsme/state.h>

To avoid conflicts with includes with generic names, make it so that
the same is required for dsme-plugin headers, e.g.

  #include <dsme-plugin/modules.h>

Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  • Loading branch information
spiiroin committed Jun 8, 2020
1 parent 1fbb71e commit 8d65189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsme-plugin.pc.in
Expand Up @@ -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}

0 comments on commit 8d65189

Please sign in to comment.