mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add glib-2.0 and cairo as dep to the rofi.pc file.
This commit is contained in:
parent
ad91f9a124
commit
4547078f16
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
||||||
|
|
||||||
Name: rofi
|
Name: rofi
|
||||||
Description: Header files for rofi plugins
|
Description: Header files for rofi plugins
|
||||||
Requires:
|
Requires: glib-2.0 >= 2.40 gmodule-2.0 cairo
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Cflags: -I${includedir}/
|
Cflags: -I${includedir}/
|
||||||
|
|
Loading…
Reference in a new issue