1. 05 Jan, 2020 1 commit
    • Ulrich Sibiller's avatar
      Add support for custom version string · ec1b3a44
      Ulrich Sibiller authored
      Make nxproxy and nxagent print an arbitrary version number by running
      make NX_VERSION_CUSTOM="myvers". nxagent and nxproxy will then show
      this in addition to the original version number:
      
      NXPROXY - Version myvers (3.5.99.22)
      NXAGENT - Version myvers (3.5.99.22)
      
      Fixes ArcticaProject/nx-libs#606
      ec1b3a44
  2. 07 Mar, 2018 1 commit
  3. 02 Mar, 2018 1 commit
  4. 25 Feb, 2018 1 commit
  5. 08 Jan, 2018 1 commit
  6. 16 Dec, 2017 2 commits
  7. 11 Dec, 2017 1 commit
  8. 27 Oct, 2017 5 commits
  9. 29 Sep, 2017 1 commit
  10. 11 Aug, 2017 1 commit
  11. 09 Aug, 2017 2 commits
  12. 08 Aug, 2017 1 commit
    • Mike Gabriel's avatar
      nxcomp/configure.ac: Don't rely on pkg-config alone when it comes to testing for… · 4fd038db
      Mike Gabriel authored
      nxcomp/configure.ac: Don't rely on pkg-config alone when it comes to testing for presence of libjpeg shared lib and header files.
      
       Especially systems still using the IJG libjpeg implementation
       are likely to lack the libjpeg.pc file.
       .
       So this adds some alternative way of detecting if all libjpeg related
       build-dependencies are in place.
      4fd038db
  13. 26 Jul, 2017 3 commits