• 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/freerdp/freerdp.mk
Arnout Vandecappelle (Essensium/Mind)Arnout Vandecappelle (Essensium/Mind) committed e1502ebc0c903 Jul 2012
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
#############################################################
2
#
3
# FreeRDP
4
#
5
#############################################################
6
​
7
FREERDP_VERSION = 1.0.1
8
FREERDP_SITE = https://github.com/downloads/FreeRDP/FreeRDP
9
​
10
FREERDP_DEPENDENCIES = openssl zlib \
11
    xlib_libX11 xlib_libXt xlib_libXext xlib_libXcursor
12
​
13
ifeq ($(BR2_PACKAGE_CUPS),y)
14
FREERDP_CONF_OPT += -DWITH_CUPS=ON
15
FREERDP_DEPENDENCIES += cups
16
else
17
FREERDP_CONF_OPT += -DWITH_CUPS=OFF
18
endif
19
​
20
ifeq ($(BR2_PACKAGE_FFMPEG),y)
21
FREERDP_CONF_OPT += -DWITH_FFMPEG=ON
22
FREERDP_DEPENDENCIES += ffmpeg
23
else
24
FREERDP_CONF_OPT += -DWITH_FFMPEG=OFF
25
endif
26
​
27
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
28
FREERDP_CONF_OPT += -DWITH_ALSA=ON
29
FREERDP_DEPENDENCIES += alsa-lib
30
else
31
FREERDP_CONF_OPT += -DWITH_ALSA=OFF
32
endif
33
​
34
ifeq ($(BR2_PACKAGE_PULSEAUDIO),y)
35
FREERDP_CONF_OPT += -DWITH_PULSEAUDIO=ON
36
FREERDP_DEPENDENCIES += pulseaudio
37
else
38
FREERDP_CONF_OPT += -DWITH_PULSEAUDIO=OFF
39
endif
40
​
41
ifeq ($(BR2_PACKAGE_XLIB_LIBXINERAMA),y)
42
FREERDP_CONF_OPT += -DWITH_XINERAMA=ON
43
FREERDP_DEPENDENCIES += xlib_libXinerama
44
else
45
FREERDP_CONF_OPT += -DWITH_XINERAMA=OFF
46
endif
47
​
48
ifeq ($(BR2_PACKAGE_XLIB_LIBXKBFILE),y)
49
FREERDP_CONF_OPT += -DWITH_XKBFILE=ON
50
FREERDP_DEPENDENCIES += xlib_libxkbfile
51
else
52
FREERDP_CONF_OPT += -DWITH_XKBFILE=OFF
53
endif
54
​
55
ifeq ($(BR2_PACKAGE_XLIB_LIBXV),y)
56
FREERDP_CONF_OPT += -DWITH_XV=ON
57
FREERDP_DEPENDENCIES += xlib_libXv
58
else
59
FREERDP_CONF_OPT += -DWITH_XV=OFF
60
endif
61
​
62
$(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.