Skip to content

Commit

Permalink
Fix includes for libcvc
Browse files Browse the repository at this point in the history
```
'test-media-keys.c' || echo './'`test-media-keys.c
cc1: warning: /usr/include/cvc: No such file or directory [-Wmissing-include-dirs]
```
  • Loading branch information
leigh123linux committed Nov 15, 2016
1 parent 0110e9b commit 9d5a91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcvc/cvc.pc.in
Expand Up @@ -8,4 +8,4 @@ Description: Utility library for volume control (based on gvc)
Requires: gio-2.0 libpulse libpulse-mainloop-glib gobject-2.0
Version: @VERSION@
Libs: -L${libdir} -lcvc
Cflags: -I${includedir}/cvc
Cflags: -I${includedir}/cinnamon-desktop/libcvc

0 comments on commit 9d5a91c

Please sign in to comment.