1. 01 Mar, 2017 1 commit
  2. 24 Feb, 2017 1 commit
  3. 17 Nov, 2016 1 commit
  4. 28 Oct, 2016 1 commit
  5. 05 Jul, 2016 6 commits
  6. 01 Jul, 2016 1 commit
    • Mike Gabriel's avatar
      OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the nx-X11 build scripts. · d650a0b4
      Mike Gabriel authored
       Note:
      
        - The "normal" way to inject CFLAGS (and CPPFLAGS) into nx-X11 builds is copying those
          options over into the variable CDEBUGFLAGS.
        - LDFLAGS have to be handed to nx-X11 via LOCAL_LDFLAGS.
      
       This change also includes a slight change in the nx-X11 build order.
      
       Old build order:
      
        Main Makefile:
      
            - [...]
            - libNX_X11
              + implicitly building nxcomp
              + implicitly building nxcompext
            - [...]
            - nxagent
              + implicitly building nxcompshad
            - [...]
      
       New build ordner:
      
        Main Makefile:
      
            - [...]
            - nxcomp
            - setup nx-X11 build env
              + cd nx-X11 && make BuildEnv
            - nx-X11/lib/*
            - nxcompext
            - nxcompshad
            - [...]
            - nxagent
            - [...]
      
       Fixes ArcticaProject/nx-libs#141
       Fixes X2GoBTS#84
      d650a0b4
  7. 30 Jun, 2016 1 commit
    • Mike Gabriel's avatar
      OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the nx-X11 build scripts. · a1e9abc7
      Mike Gabriel authored
       Note:
      
        - The "normal" way to inject CFLAGS (and CPPFLAGS) into nx-X11 builds is copying those
          options over into the variable CDEBUGFLAGS.
        - LDFLAGS have to be handed to nx-X11 via LOCAL_LDFLAGS.
      
       This change also includes a slight change in the nx-X11 build order.
      
       Old build order:
      
        Main Makefile:
      
            - [...]
            - libNX_X11
              + implicitly building nxcomp
              + implicitly building nxcompext
            - [...]
            - nxagent
              + implicitly building nxcompshad
            - [...]
      
       New build ordner:
      
        Main Makefile:
      
            - [...]
            - nxcomp
            - setup nx-X11 build env
              + cd nx-X11 && make BuildEnv
            - nxcompext
            - nxcompshad
            - nx-X11/lib/*
            - [...]
            - nxagent
            - [...]
      
       Fixes ArcticaProject/nx-libs#141
       Fixes X2GoBTS#84
      a1e9abc7
  8. 28 Sep, 2015 1 commit
    • Mike DePaulo's avatar
      Correct nxproxy manpage also: --help -> -help · a1dfd145
      Mike DePaulo authored
      xorg-server does not follow the convention of using 2 dashes,
      and apparently nx-libs doesn't either.
      
      Note that --help does produce the help output. However, it
      produces this additional output after it:
      
      Error: NX transport initialization failed.
      
      Therefore, we should instruct users to call -help instead.
      a1dfd145
  9. 28 Jun, 2015 1 commit
    • Mike DePaulo's avatar
      Correct nxproxy manpage also: --help -> -help · 779d5464
      Mike DePaulo authored
      xorg-server does not follow the convention of using 2 dashes,
      and apparently nx-libs doesn't either.
      
      Note that --help does produce the help output. However, it
      produces this additional output after it:
      
      Error: NX transport initialization failed.
      
      Therefore, we should instruct users to call -help instead.
      779d5464
  10. 16 Mar, 2015 1 commit
  11. 15 Mar, 2015 1 commit
  12. 14 Feb, 2015 1 commit
    • Mike Gabriel's avatar
      VERSION file: master VERSION file is in base folder, symlinked from nx*/VERSION… · ce531230
      Mike Gabriel authored
      VERSION file: master VERSION file is in base folder, symlinked from nx*/VERSION and hw/nxagent/VERSION.
      
        This commit removes the debian/VERSION file at makes it now unnecessary to
        copy/symlink the VERSION file at build time. These build scripts got adapted:
      
          debian/roll-tarballs.sh
          debian/rules
          nx-libs.spec
      
        Furthermore, all NX component now use the main VERSION file as reference.
      
          typechange: nxcomp/VERSION
          typechange: nxcompext/VERSION
          typechange: nxcompshad/VERSION
          typechange: nxproxy/VERSION
      ce531230
  13. 09 Feb, 2015 4 commits
  14. 28 Mar, 2013 2 commits
  15. 12 Dec, 2012 1 commit
  16. 20 Nov, 2011 1 commit
  17. 13 Nov, 2011 6 commits