Explorar o código

Fix system related dependencies issue

Posix libraries don't required to build on other systems
Sky Thirteenth %!s(int64=8) %!d(string=hai) anos
pai
achega
a9c104d043
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      dub.json

+ 2 - 2
dub.json

@@ -8,7 +8,7 @@
 	"targetType": "library",
 	"dependencies": {
 		"derelict-util" : ">=1.0.0",
-		"xlib-d": "~>0.1.1",
-		"xcb-d": "~>2.1.0+1.11.1"
+		"xlib-d": { "version": "~>0.1.1", "optional": true },
+		"xcb-d" : { "version": "~>2.1.0+1.11.1", "optional": true }
 	}
 }