~random-stuff/mupen64plus/mupen64plus-video-gliden64-debian

« back to all changes in this revision

Viewing changes to rules

  • Committer: Sérgio Benjamim
  • Date: 2015-10-10 23:51:00 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20151010235100-kx53r2aaud3yupy0
Add ARM target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--no-as-needed
20
20
 
21
21
# Extra cmake flags for GLideN64:
22
 
CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE=Debug -DMUPENPLUSAPI=On
 
22
CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE=Debug -DMUPENPLUSAPI=ON
 
23
 
 
24
ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH),armhf)
 
25
        CMAKE_EXTRA_FLAGS += -DGLES2=ON
 
26
endif
23
27
 
24
28
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
25
29