mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-29 06:44:56 +01:00
add gtk+ and girara to Requires.private
This commit is contained in:
parent
0c8fb2c598
commit
22b7914665
2 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -64,6 +64,7 @@ ${PROJECT}.pc: ${PROJECT}.pc.in config.mk
|
|||
$(QUIET)echo version=${VERSION} >> ${PROJECT}.pc
|
||||
$(QUIET)echo includedir=${PREFIX}/include >> ${PROJECT}.pc
|
||||
$(QUIET)echo plugindir=${PLUGINDIR} >> ${PROJECT}.pc
|
||||
$(QUIET)echo GTK_VERSION=${ZATHURA_GTK_VERSION} >> ${PROJECT}.pc
|
||||
$(QUIET)cat ${PROJECT}.pc.in >> ${PROJECT}.pc
|
||||
|
||||
valgrind: debug
|
||||
|
|
|
@ -6,4 +6,4 @@ Description: document viewer
|
|||
Version: ${version}
|
||||
URL: http://pwmt.org/projects/zathura
|
||||
Cflags: ${INC_PATH}
|
||||
Libs:
|
||||
Requires.private: girara-gtk${GTK_VERSION} gtk+-${GTK_VERSION}-0
|
||||
|
|
Loading…
Reference in a new issue