• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libfreeglut/libfreeglut.mk
Bernd KuhlsBernd Kuhls committed 067a65755b713 Dec 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# libfreeglut
4
#
5
################################################################################
6
​
7
LIBFREEGLUT_VERSION = 3.0.0
8
LIBFREEGLUT_SOURCE = freeglut-$(LIBFREEGLUT_VERSION).tar.gz
9
LIBFREEGLUT_SITE = http://downloads.sourceforge.net/freeglut
10
LIBFREEGLUT_LICENSE = MIT
11
LIBFREEGLUT_LICENSE_FILES = COPYING
12
LIBFREEGLUT_INSTALL_STAGING = YES
13
LIBFREEGLUT_DEPENDENCIES = \
14
    libgl \
15
    libglu \
16
    xlib_libXi \
17
    xlib_libXrandr \
18
    xlib_libXxf86vm
19
​
20
LIBFREEGLUT_CONF_OPTS = -DFREEGLUT_BUILD_DEMOS=OFF
21
​
22
# package depends on X.org which depends on !BR2_STATIC_LIBS
23
ifeq ($(BR2_SHARED_LIBS),y)
24
LIBFREEGLUT_CONF_OPTS += \
25
    -DFREEGLUT_BUILD_SHARED_LIBS=ON \
26
    -DFREEGLUT_BUILD_STATIC_LIBS=OFF
27
else ifeq ($(BR2_SHARED_STATIC_LIBS),y)
28
LIBFREEGLUT_CONF_OPTS += \
29
    -DFREEGLUT_BUILD_SHARED_LIBS=ON \
30
    -DFREEGLUT_BUILD_STATIC_LIBS=ON
31
endif
32
​
33
$(eval $(cmake-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.