Skip to content

Commit

Permalink
Merge pull request #706 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
local.conf.sample: Enable sdl in qemu host
  • Loading branch information
cbrake authored Aug 29, 2022
2 parents 21a1c1d + 101f148 commit 1c3cb97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/local.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ ACCEPT_FSL_EULA = "1"
# required for Qualcomm stuff to build
ACCEPT_EULA = "1"

# The two lines below enable the Gtk UI frontend for qemu
# The two lines below enable SDL frontend for qemu
# default is VNC
#PACKAGECONFIG:append:pn-qemu-native = " gtk+"
#PACKAGECONFIG:append:pn-nativesdk-qemu = " gtk+"
PACKAGECONFIG:append:pn-qemu-native = " sdl"
PACKAGECONFIG:append:pn-nativesdk-qemu = " sdl"

# components whose licensing have commercial distribution impact
#
Expand Down

0 comments on commit 1c3cb97

Please sign in to comment.