Make the VNC renderer independent of the Dev branch option
This commit is contained in:
@@ -79,9 +79,6 @@ ifeq ($(DEV_BUILD), y)
|
||||
ifndef TANDY_ISA
|
||||
TANDY_ISA := y
|
||||
endif
|
||||
ifndef VNC
|
||||
VNC := y
|
||||
endif
|
||||
ifndef XL24
|
||||
XL24 := y
|
||||
endif
|
||||
@@ -143,9 +140,6 @@ else
|
||||
ifndef TANDY_ISA
|
||||
TANDY_ISA := n
|
||||
endif
|
||||
ifndef VNC
|
||||
VNC := n
|
||||
endif
|
||||
ifndef XL24
|
||||
XL24 := n
|
||||
endif
|
||||
@@ -188,6 +182,9 @@ endif
|
||||
ifndef MUNT
|
||||
MUNT := y
|
||||
endif
|
||||
ifndef VNC
|
||||
VNC := n
|
||||
endif
|
||||
ifndef NEW_DYNAREC
|
||||
NEW_DYNAREC := n
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user