Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ankur Sinha
zathura-pdf-poppler
Commits
d7cc98cd
Commit
d7cc98cd
authored
Jan 20, 2013
by
Moritz Lipp
Browse files
Merge branch 'develop'
parents
53d67187
9021c740
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.mk
View file @
d7cc98cd
...
...
@@ -2,7 +2,7 @@
VERSION_MAJOR
=
0
VERSION_MINOR
=
2
VERSION_REV
=
1
VERSION_REV
=
2
VERSION
=
${VERSION_MAJOR}
.
${VERSION_MINOR}
.
${VERSION_REV}
# minimum required zathura version
...
...
@@ -15,8 +15,8 @@ PREFIX ?= /usr
LIBDIR
?=
${PREFIX}
/lib
# libs
GTK
_INC
?=
$(
shell
pkg-config
--cflags
gtk+-
${ZATHURA_GTK_VERSION}
.0
)
GTK
_LIB
?=
$(
shell
pkg-config
--libs
gtk+-
${ZATHURA_GTK_VERSION}
.0
)
CAIRO
_INC
?=
$(
shell
pkg-config
--cflags
cairo
)
CAIRO
_LIB
?=
$(
shell
pkg-config
--libs
cairo
)
PDF_INC
?=
$(
shell
pkg-config
--cflags
poppler-glib
)
PDF_LIB
?=
$(
shell
pkg-config
--libs
poppler-glib
)
...
...
@@ -30,8 +30,8 @@ ifeq (,${PLUGINDIR})
PLUGINDIR
=
${LIBDIR}
/zathura
endif
INCS
=
${
GTK
_INC}
${PDF_INC}
${ZATHURA_INC}
${GIRARA_INC}
LIBS
=
${GIRARA_LIB}
${
GTK
_LIB}
${PDF_LIB}
INCS
=
${
CAIRO
_INC}
${PDF_INC}
${ZATHURA_INC}
${GIRARA_INC}
LIBS
=
${GIRARA_LIB}
${
CAIRO
_LIB}
${PDF_LIB}
# flags
CFLAGS
+=
-std
=
c99
-fPIC
-pedantic
-Wall
-Wno-format-zero-length
$(INCS)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment