Skip to content

Commit 655fd08

Browse files
committed
Add missing Cflags entry to pkg-config file
It should actually be -I${includedir}/lxappearance, but including <lxappearance/lxappearance.h> has apparently become common in dependent projects.
1 parent 9eac933 commit 655fd08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/lxappearance.pc.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Name: lxappearance
88
Description: Tool used to customize look and feel of gtk+ applications.
99
Requires: @gtk_modules@
1010
Version: @VERSION@
11+
Cflags: -I${includedir}

0 commit comments

Comments
 (0)