mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 04:31:57 +00:00 
			
		
		
		
	[client] added configuration file loading support
the client now will look for a configuration file in the following
locations by default.
* /etc/looking-glass.conf
* ~/.looking-glass.conf
All configuration files are loaded and may override values specified by
any prior configuration files loaded.
Sample Config:
    global:
    {
      fullScreen=false;
      showFPS=true;
      x=0;
      y=0;
      w=800;
      h=600;
    }
    OpenGL:
    {
      mipmap="false";
    }
			
			
This commit is contained in:
		| @@ -6,7 +6,7 @@ CFLAGS  += -ffast-math | ||||
| CFLAGS  += -fdata-sections -ffunction-sections | ||||
| LDFLAGS += -Wl,--gc-sections | ||||
|  | ||||
| LIBS    = sdl2 SDL2_ttf gl glu libssl openssl spice-protocol fontconfig x11 | ||||
| LIBS    = sdl2 SDL2_ttf gl glu libssl openssl spice-protocol fontconfig x11 libconfig | ||||
| CFLAGS  += $(shell pkg-config --cflags $(LIBS)) | ||||
| LDFLAGS += $(shell pkg-config --libs   $(LIBS)) | ||||
| BUILD   ?= .build | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Geoffrey McRae
					Geoffrey McRae