Commit Graph

67 Commits (33167a7c746de49e735e76c5662d1e6c36bd10ed)

Author SHA1 Message Date
Koichiro IWAO 67cad0d374 configure: use PKG_CHECK_MODULES to check fuse
fuse has fuse.pc file for pkg-config. this is more reliable.
10 years ago
Koichiro IWAO 278e957dd7 common: add experimental --enable-ipv6 option 10 years ago
Jay Sorg 2f5b84b712 chansrv: added opus audio compression for playback 10 years ago
Renaud Allard 803af49a04 Some fixes to compile properly since this version has change a lot from 0.6.1 10 years ago
Renaud Allard 618ca587a5 Enable authenticate user using BSD password system 10 years ago
Michał Górny b2d324f770 configure: Ensure PKG_CONFIG before querying systemd unit path
Use PKG_PROG_PKG_CONFIG to ensure that $PKG_CONFIG is set before it is
used to query the systemd unit install path.
10 years ago
Michał Górny dba0070360 configure: Add --disable-pam and deprecate --enable-nopam
Use simple logic for PAM control to avoid confusion and double
negations. Keep --enable-nopam deprecated for backwards compatibility.
10 years ago
Michał Górny 2eb930e601 configure: Correct the use of AC_ARG_ENABLE() macro
Fix the use of AC_ARG_ENABLE() so that --disable-foo configure options
are respected.

The third and fourth arguments of AC_ARG_ENABLE are respectively
ACTION-IF-GIVEN and ACTION-IF-NOT-GIVEN. The former is executed if
either --enable-foo or --disable-foo is specified on command line, the
latter if neither is. Additionally, the specified value is stored in
$enable_foo variable.

Therefore, the common practice is to provide null ACTION-IF-GIVEN
(and use the value of $enable_foo), and to set a default for $enable_foo
in ACTION-IF-NOT-GIVEN. The commit does that, and adjusts the further
conditionals to test $enable_foo properly.
10 years ago
Jay Sorg 7d5f7d1133 added --enable-rfxcodec 11 years ago
Jay Sorg 17bbecabd3 chansrv: remove simple sound and load pulse modules 11 years ago
Jay Sorg 1d1eb037f3 added defautl.pa 11 years ago
Laxmikant Rashinkar ede019a525 changed turbojpeg help message in configure.ac 11 years ago
Jay Sorg 8870c6b1fc opps, it's enable_tjpeg, not enable_tpeg 11 years ago
Jay Sorg e270ccbde7 only check for tjpeg if --enable-tjpeg is passed 11 years ago
Laxmikant Rashinkar 1b3dd12568 addec checks for TurboJPEG in autoconf 11 years ago
Jay Sorg 3e7fbe9641 added a check for xrandr devel files 11 years ago
Jay Sorg 3baa5ffa23 update version 11 years ago
Laxmikant Rashinkar 76a0901964 o --enable-load_pulse_modules changed to --enable-loadpulsemodules
o color entries in xrdp.ini file are now specfied using RGB format only
o login screen now works with pixel depth of 8, 15, 16 and 24 bits
11 years ago
Laxmikant Rashinkar 82b7ccae96 we now load module-xrdp-sink/source automatically so user's dont have to mess around with configuring /etc/pulse/default.pa config file 11 years ago
Jay Sorg 7a484c1a79 when using --enable-xrdpdebug turn off compiler optimazations 11 years ago
Jay Sorg 6fcf380ead added a --enable-tjpeg option for turbo jpeg 12 years ago
speidy da7a005a59 neutirnordp: purge old freerdp modules from autoconf 12 years ago
Jay Sorg d1638006f1 replace macro AM_CONFIG_HEADER with AC_CONFIG_HEADERS 12 years ago
Jay Sorg 64fabbad68 got neutrinordp module building 12 years ago
Jay Sorg 9afa221f71 Merge branch 'master' of github.com:FreeRDP/xrdp 12 years ago
Jay Sorg 54463affaf autodetect ipv6 12 years ago
Gustavo Homem 4c24a5605d Changes related to integration 12 years ago
Guan-Zhong Huang 6fd7deb510 Fix compilation error without PAM 12 years ago
Jay Sorg 585beebf3e do not build xrdpvr unless --enable-xrdpvr is used 12 years ago
Laxmikant Rashinkar edf5971cef o in login dialog set sesman-X11rdp as the default module
o added support for video redirection without using TSMF
12 years ago
Jay Sorg cdb039080f chansrv: added --enable-fuse option 12 years ago
Jay Sorg e9aa5df420 xrdpapi: added library skel 13 years ago
Itamar Reis Peixoto a3d63eb5e0 add systemd support into xrdp 13 years ago
Jay Sorg 7fa4f936e4 chansrv: simple pulse audio support 13 years ago
Jay Sorg 6333cdd865 added non standard jpeg support off by default 13 years ago
Jay Sorg 209720fe1a libxrdp: user freerdp mppc compressor 13 years ago
Jay Sorg 93939893de remove old freerdp dir 13 years ago
Jay Sorg fd5ee6570a added freerdp1 module 13 years ago
Itamar Reis Peixoto 0ed29ac0cc remove unused else from configure.ac 14 years ago
Itamar Reis Peixoto 16b198d9f2 check if freerdp-devel is installed and use it 14 years ago
Itamar Reis Peixoto 459631dc5f include fedora package names in messages about missing dependencies 14 years ago
Jay Sorg 8a4a729a1b added --enable-freerdp configure option 14 years ago
Jay Sorg 4d4f80bfc4 work on freerdp 14 years ago
Nicola Ruggero 87297c5014 Version up to 0.6.0 14 years ago
jsorg71 f312c16a8a added debug configure option 15 years ago
jsorg71 cbcb7a1bf3 add stdlib.h for openssl check 16 years ago
jsorg71 bfdb88062c another try 16 years ago
jsorg71 b8dae1f11f added 4th parameter 16 years ago
jsorg71 c06f9a51be check for Xlib.h and Xfixes.h at once 16 years ago
jsorg71 b146f429fd added check for required header files 16 years ago