• 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/classpath/classpath.mk
Rahul BedarkarRahul Bedarkar committed af31c309e7330 Mar 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# classpath
4
#
5
################################################################################
6
​
7
CLASSPATH_VERSION = 0.99
8
CLASSPATH_SITE = $(BR2_GNU_MIRROR)/classpath
9
CLASSPATH_CONF_OPTS = \
10
    --disable-examples \
11
    --disable-rpath \
12
    --disable-Werror \
13
    --disable-gconf-peer \
14
    --disable-gjdoc \
15
    --enable-tools
16
​
17
# classpath assumes qt runs on top of X11, but we
18
# don't support qt4 on X11
19
CLASSPATH_CONF_OPTS += --disable-qt-peer
20
CLASSPATH_DEPENDENCIES = host-pkgconf
21
CLASSPATH_LICENSE = GPL-2.0+ with exception
22
CLASSPATH_LICENSE_FILES = COPYING
23
​
24
# Needs ALSA pcm and sequencer (midi) support
25
# pcm is always on for alsa-lib
26
ifeq ($(BR2_PACKAGE_ALSA_LIB_SEQ),y)
27
CLASSPATH_CONF_OPTS += --enable-alsa
28
CLASSPATH_DEPENDENCIES += alsa-lib
29
else
30
CLASSPATH_CONF_OPTS += --disable-alsa
31
endif
32
​
33
ifeq ($(BR2_PACKAGE_GMP),y)
34
CLASSPATH_CONF_OPTS += --enable-gmp --with-gmp="$(STAGING_DIR)/usr"
35
CLASSPATH_DEPENDENCIES += gmp
36
else
37
CLASSPATH_CONF_OPTS += --disable-gmp
38
endif
39
​
40
ifeq ($(BR2_PACKAGE_LIBGTK2)$(BR2_PACKAGE_XORG7),yy)
41
CLASSPATH_CONF_OPTS += --enable-gtk-peer
42
CLASSPATH_DEPENDENCIES += libgtk2
43
​
44
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE),y)
45
CLASSPATH_CONF_OPTS += --enable-gstreamer-peer
46
CLASSPATH_DEPENDENCIES += gst-plugins-base
47
else
48
CLASSPATH_CONF_OPTS += --disable-gstreamer-peer
49
endif
50
​
51
else
52
CLASSPATH_CONF_OPTS += --disable-gtk-peer --disable-gstreamer-peer
53
endif
54
​
55
ifeq ($(BR2_PACKAGE_LIBXML2)$(BR2_PACKAGE_LIBXSLT)$(BR2_TOOLCHAIN_HAS_THREADS),yyy)
56
CLASSPATH_CONF_OPTS += --enable-xmlj
57
CLASSPATH_DEPENDENCIES += libxml2 libxslt
58
else
59
CLASSPATH_CONF_OPTS += --disable-xmlj
60
endif
61
​
62
$(eval $(autotools-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.