• 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/libfm/libfm.mk
Gustavo ZacariasGustavo Zacarias committed 52c86b35ab723 Jul 2016
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libfm
4
#
5
################################################################################
6
​
7
LIBFM_VERSION = 1.2.4
8
LIBFM_SOURCE = libfm-$(LIBFM_VERSION).tar.xz
9
LIBFM_SITE = http://sourceforge.net/projects/pcmanfm/files
10
LIBFM_DEPENDENCIES = menu-cache libglib2 cairo
11
LIBFM_LICENSE = GPLv2+, LGPLv2.1+
12
LIBFM_LICENSE_FILES = COPYING src/extra/fm-xml-file.c
13
LIBFM_INSTALL_STAGING = YES
14
​
15
ifeq ($(BR2_PACKAGE_LIBEXIF),y)
16
LIBFM_CONF_OPTS += --enable-exif
17
LIBFM_DEPENDENCIES += libexif
18
else
19
LIBFM_CONF_OPTS += --disable-exif
20
endif
21
​
22
ifeq ($(BR2_PACKAGE_LIBGTK3_X11),y)
23
LIBFM_CONF_OPTS += --with-gtk=3
24
LIBFM_DEPENDENCIES += libgtk3
25
else
26
LIBFM_CONF_OPTS += --with-gtk=2
27
LIBFM_DEPENDENCIES += libgtk2
28
endif
29
​
30
$(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.