Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
TimeManager
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
linux-tools
TimeManager
Commits
8de92bee
Commit
8de92bee
authored
Aug 08, 2019
by
Carit Zhu
🎱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify gtk libs as gtk+-2.0
parent
6f455968
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile
Makefile
+4
-4
No files found.
Makefile
View file @
8de92bee
...
@@ -26,9 +26,9 @@ CFLAGS += -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 \
...
@@ -26,9 +26,9 @@ CFLAGS += -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 \
endif
endif
GLIB_CFLAGS
=
GLIB_CFLAGS
=
GTK
3_CFLAGS
=
$(
shell
$(PKG_CONFIG)
--cflags
gtk+-3
.0
)
GTK
2_CFLAGS
=
$(
shell
$(PKG_CONFIG)
--cflags
gtk+-2
.0
)
CFLAGS
+=
$(GLIB_CFLAGS)
$(GTK
3
_CFLAGS)
CFLAGS
+=
$(GLIB_CFLAGS)
$(GTK
2
_CFLAGS)
ifeq
($(ARCH),
arm)
ifeq
($(ARCH),
arm)
INCLUDES
:=
\
INCLUDES
:=
\
...
@@ -37,9 +37,9 @@ INCLUDES := \
...
@@ -37,9 +37,9 @@ INCLUDES := \
endif
endif
GLIB_LIBS
=
-lglib-2
.0
GLIB_LIBS
=
-lglib-2
.0
GTK
3_LIBS
=
$(
shell
$(PKG_CONFIG)
--libs
gtk+-3
.0
)
GTK
2_LIBS
=
$(
shell
$(PKG_CONFIG)
--libs
gtk+-2
.0
)
LIBS
+=
$(GLIB_LIBS)
$(GTK
3
_LIBS)
LIBS
+=
$(GLIB_LIBS)
$(GTK
2
_LIBS)
# Objects
# Objects
objects
=
main.o
objects
=
main.o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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