mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has, is transformed into "all", and then the other entries in ARCHITECTURES either dropped or rearranged appropriately.
This commit is contained in:
@@ -16,7 +16,7 @@ Since the threshold is loaded on instantiation of the filter (i.e. when the \
|
||||
input_server is fired up) any changes you make won't be noticed until the \
|
||||
server is restarted, manually, or on reboot.
|
||||
|
||||
To restart the input_server manually, open the Terminal and type:
|
||||
To restart the input_server manually, open the Terminal and type:
|
||||
/system/servers/input_server -q
|
||||
|
||||
The mouse and keyboard will go dead for a second or two as the input server \
|
||||
@@ -29,7 +29,7 @@ SOURCE_URI="https://github.com/HaikuArchives/PadBlocker/archive/cdd4ff71201491bb
|
||||
CHECKSUM_SHA256="7b8b62116afe212cbf43a27e46e73d03a092d94ab5e2b8170b66036f49f08797"
|
||||
SOURCE_DIR="PadBlocker-cdd4ff71201491bb418ba4711b7ea637e3822d1e"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="all"
|
||||
|
||||
USER_SETTINGS_FILES="settings/PadBlocker_settings"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user