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
pwmt
zathura-djvu
Commits
ae3d46c3
Commit
ae3d46c3
authored
Mar 17, 2017
by
Sebastian Ramacher
Browse files
Remove extra Cairo handling
parent
31f88b7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ae3d46c3
...
...
@@ -10,12 +10,6 @@ HEADER = $(sort $(wildcard *.h))
OBJECTS
=
${SOURCE:.c=.o}
DOBJECTS
=
${SOURCE:.c=.do}
ifneq
"$(WITH_CAIRO)" "0"
CPPFLAGS
+=
-DHAVE_CAIRO
INCS
+=
$(CAIRO_INC)
LIBS
+=
$(CAIRO_LIB)
endif
CPPFLAGS
+=
"-DVERSION_MAJOR=
${VERSION_MAJOR}
"
CPPFLAGS
+=
"-DVERSION_MINOR=
${VERSION_MINOR}
"
CPPFLAGS
+=
"-DVERSION_REV=
${VERSION_REV}
"
...
...
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