summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)AuthorFilesLines
2023-12-16Stop using Python six packageChris Mayo1-4/+2
2023-12-16Drop Python 2 from m4/spice-deps.m4Chris Mayo1-5/+0
2023-10-17common: Add a udev helper to identify GPU VendorVivek Kasireddy1-0/+12
2020-04-29build: Remove dependencies to libgthreadFrediano Ziglio1-2/+2
2020-04-26build: Remove dependency to gio2 from common and server librariesFrediano Ziglio1-1/+2
2020-04-24Add helper code for agent messagesFrediano Ziglio1-2/+2
2020-03-17sound: remove celt supportVictor Toso1-29/+0
2020-03-04Add missing dependency in Autoconf integrationFrediano Ziglio1-1/+13
2020-03-02m4: Make easier to integrate in other projectsFrediano Ziglio2-0/+37
2020-02-06build: Clean up some configure checksFrediano Ziglio1-14/+2
2019-10-18build: Introduce the agent-interface as an alternative instrumentation libraryKevin Pouget1-10/+13
2019-06-13build: Disable Celt support by defaultFrediano Ziglio1-12/+2
2019-01-30Remove obsolete Autoconf macrosFrediano Ziglio1-8/+0
2019-01-23Integrate recorder libraryFrediano Ziglio1-0/+15
2019-01-08Bump libcacard requirement to 2.5.1Marc-André Lureau1-8/+2
2018-12-12Update --enable-celt051 help stringFrediano Ziglio1-1/+2
2018-07-06build: Define GLIB_VERSION_MIN_REQUIRED/GLIB_VERSION_MAX_ALLOWEDChristophe Fergeau1-0/+1
2018-06-05build: Remove checks for functions which are never calledChristophe Fergeau1-1/+1
2018-06-05build: Use AM_COND_IFChristophe Fergeau1-8/+3
2018-06-05build: By default, error out if Opus is missingChristophe Fergeau1-1/+12
2018-06-05build: Disable celt 0.5.1 by defaultChristophe Fergeau1-4/+17
2018-06-05build: Ensure we link with -lm if neededChristophe Fergeau1-0/+3
2018-05-25quic: Add test case for compression/decompressionChristophe Fergeau1-0/+15
2018-05-24Bump glib requirements to 2.38Eduardo Lima (Etrunko)1-1/+1
2018-03-19Add --enable-extra-checks optionFrediano Ziglio1-0/+14
2016-11-29spice-deps: Set python version based on modules availabilityPavel Grunt1-3/+17
2016-11-28Detect LZ4_compress_fast_continue functionFrediano Ziglio1-0/+1
2016-11-25spice-deps: Make LZ4 check depending on functionPavel Grunt1-4/+18
2016-11-24spice-deps: Fix accidently deleted commentPavel Grunt1-2/+1
2016-10-17Start adding protocol file documentationFrediano Ziglio1-0/+32
2016-08-09build-sys: requires liblz4 129 or newerVictor Toso1-1/+1
2016-06-16Make LZ4 dependency check more robustEduardo Lima (Etrunko)1-8/+9
2016-05-11Remove GL supportPavel Grunt1-31/+0
2016-04-18build-sys: Define opengl GL_LIBS and GL_CFLAGS in generated Makefile.inLin Ma1-0/+2
2016-04-05log: Make sure glib threading is initializedChristophe Fergeau1-1/+1
2016-03-312/2] Add check for opensslEduardo Lima (Etrunko)1-0/+9
2016-01-28Use lz4 if possiblePavel Grunt1-5/+11
2015-12-18m4: Add macro for --with-saslPavel Grunt1-0/+27
2015-12-14m4: Fix SPICE_WARNING on el6Christophe Fergeau1-1/+1
2015-11-25Use new libcacard.h if possibleMarc-André Lureau1-1/+7
2015-11-16build-sys: Add SPICE_CHECK_GSTREAMER_ELEMENTS()Francois Gouget1-0/+36
2015-11-04build-sys: Add SPICE_CHECK_GSTREAMER()Francois Gouget1-0/+20
2015-11-04build-sys: Add the SPICE_WARNING() and SPICE_PRINT_MESSAGES m4 macrosFrancois Gouget1-0/+21
2015-11-02build-sys: Add missing # to commentChristophe Fergeau1-1/+1
2015-10-23build-sys: Rename SUPPORT_GL to HAVE_GLChristophe Fergeau1-2/+2
2015-10-23build-sys: Set automake conditional in SPICE_CHECK_SMARTCARDChristophe Fergeau1-2/+4
2015-10-23build-sys: Fix error in SPICE_CHECK_LZ4 descriptionChristophe Fergeau1-1/+1
2015-10-23build-sys: Add gio-2.0 to SPICE_CHECK_GLIB2Christophe Fergeau1-1/+1
2015-10-23m4: Require glib version >= 2.22Lukas Venhoda1-1/+1
2015-10-13build-sys: Rework SPICE_CHECK_* m4 macrosChristophe Fergeau1-50/+31