• 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/qt5/qt5graphicaleffects/qt5graphicaleffects.mk
Alexandre BelloniAlexandre Belloni committed 8dfd59d114406 Jun 2013
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# qt5graphicaleffects
4
#
5
################################################################################
6
​
7
QT5GRAPHICALEFFECTS_VERSION = $(QT5_VERSION)
8
QT5GRAPHICALEFFECTS_SITE = $(QT5_SITE)
9
QT5GRAPHICALEFFECTS_SOURCE = qtgraphicaleffects-opensource-src-$(QT5GRAPHICALEFFECTS_VERSION).tar.xz
10
QT5GRAPHICALEFFECTS_DEPENDENCIES = qt5base qt5declarative
11
QT5GRAPHICALEFFECTS_INSTALL_STAGING = YES
12
​
13
ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y)
14
QT5GRAPHICALEFFECTS_CONFIGURE_OPTS += -opensource -confirm-license
15
QT5GRAPHICALEFFECTS_LICENSE = LGPLv2.1 or GPLv3.0
16
# Here we would like to get license files from qt5base, but qt5base
17
# may not be extracted at the time we get the legal-info for
18
# qt5script.
19
else
20
QT5GRAPHICALEFFECTS_LICENSE = Commercial license
21
QT5GRAPHICALEFFECTS_REDISTRIBUTE = NO
22
endif
23
​
24
define QT5GRAPHICALEFFECTS_CONFIGURE_CMDS
25
    (cd $(@D); $(HOST_DIR)/usr/bin/qmake)
26
endef
27
​
28
define QT5GRAPHICALEFFECTS_BUILD_CMDS
29
    $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
30
endef
31
​
32
define QT5GRAPHICALEFFECTS_INSTALL_STAGING_CMDS
33
    $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) install
34
endef
35
​
36
define QT5GRAPHICALEFFECTS_INSTALL_TARGET_CMDS
37
    cp -dpfr $(STAGING_DIR)/usr/qml/QtGraphicalEffects $(TARGET_DIR)/usr/qml
38
endef
39
​
40
$(eval $(generic-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.