mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Require->Require.private in pkg-config file
This commit is contained in:
parent
4547078f16
commit
b99f86f341
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: glib-2.0 >= 2.40 gmodule-2.0 cairo
|
Requires.private: 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